fix(podman_link): workaround for pg auth check before init
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
See: #13
This commit is contained in:
parent
71aac76d76
commit
58a7af2820
1 changed files with 2 additions and 0 deletions
|
|
@ -148,6 +148,7 @@
|
|||
line: "local\tall\tall\tscram-sha-256"
|
||||
state: present
|
||||
create: false
|
||||
failed_when: false # TODO: only run when file already exists (#13)
|
||||
become: true
|
||||
with_items:
|
||||
- postgresql
|
||||
|
|
@ -163,6 +164,7 @@
|
|||
line: "local\treplication\tall\tscram-sha-256"
|
||||
state: present
|
||||
create: false
|
||||
failed_when: false # TODO: only run when file already exists (#13)
|
||||
become: true
|
||||
with_items:
|
||||
- postgresql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue