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"
|
send "{{ zabbix_db_pass }}\n"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
args:
|
# no_log: True
|
||||||
executable: /usr/bin/expect
|
|
||||||
tags:
|
tags:
|
||||||
- db-configure
|
- db-configure
|
||||||
|
|
||||||
- name: Configure the zabbix db
|
- name: Configure the zabbix db
|
||||||
ansible.builtin.shell: "sudo -u postgres createdb -O {{ zabbix_db_user }} {{ zabbix_db_name }}"
|
ansible.builtin.shell: "sudo -u postgres createdb -O {{ zabbix_db_user }} {{ zabbix_db_name }}"
|
||||||
args:
|
# no_log: True
|
||||||
executable: /bin/bash
|
|
||||||
tags:
|
tags:
|
||||||
- db-configure
|
- db-configure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue