zabbix: debug args to shell command

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-06-12 13:27:54 +01:00
parent 701dca3ef7
commit 51190f66be

View file

@ -24,15 +24,13 @@
send "{{ zabbix_db_pass }}\n"
exit 0
args:
executable: /usr/bin/expect
# no_log: True
tags:
- db-configure
- name: Configure the zabbix db
ansible.builtin.shell: "sudo -u postgres createdb -O {{ zabbix_db_user }} {{ zabbix_db_name }}"
args:
executable: /bin/bash
# no_log: True
tags:
- db-configure