ansible.cfg: shell instead of command as default module
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8a83456de0
commit
9d2e1c2b23
|
@ -3,6 +3,7 @@ forks = 30
|
|||
timeout = 30
|
||||
inventory = ./ansible/terraform.py
|
||||
remote_user = admin
|
||||
module_name = shell
|
||||
host_key_checking = false
|
||||
# human-readable stdout/stderr results display
|
||||
stdout_callback = debug
|
||||
|
|
Loading…
Reference in New Issue