zabbix: debug args to shell command
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
701dca3ef7
commit
51190f66be
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue