fixed no_log toggle
This commit is contained in:
parent
32b3a71f1e
commit
3e6d4199b5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
encrypted: yes
|
||||
password: "{{ item.password }}"
|
||||
loop: "{{ postgres_users }}"
|
||||
no_log: {{ enable_no_log | default('true') }}
|
||||
no_log: "{{ enable_no_log | default('true') }}"
|
||||
|
||||
- name: Create databases
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue