fix: fixes for problems encountered during deployment
This commit is contained in:
@@ -4,9 +4,9 @@ roles_path = roles
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto_silent
|
||||
stdout_callback = yaml
|
||||
stdout_callback = ansible.builtin.default
|
||||
result_format = yaml
|
||||
local_tmp = /tmp/ansible-local
|
||||
remote_tmp = /tmp/.ansible/tmp
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
||||
Reference in New Issue
Block a user