fixed no_log toggle

This commit is contained in:
Virgile Retault 2022-07-21 21:08:07 +02:00
parent 32b3a71f1e
commit 3e6d4199b5

View file

@ -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