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"
|
line: "local\tall\tall\tscram-sha-256"
|
||||||
state: present
|
state: present
|
||||||
create: false
|
create: false
|
||||||
|
failed_when: false # TODO: only run when file already exists (#13)
|
||||||
become: true
|
become: true
|
||||||
with_items:
|
with_items:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
@ -163,6 +164,7 @@
|
||||||
line: "local\treplication\tall\tscram-sha-256"
|
line: "local\treplication\tall\tscram-sha-256"
|
||||||
state: present
|
state: present
|
||||||
create: false
|
create: false
|
||||||
|
failed_when: false # TODO: only run when file already exists (#13)
|
||||||
become: true
|
become: true
|
||||||
with_items:
|
with_items:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue