forked from sr2/ansible-collection-apps
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