Set stdout callback to yaml for more readable debug output
This commit is contained in:
parent
ea726b9777
commit
91faee33a4
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ remote_tmp = $HOME/ansible_tmp
|
||||||
remote_user = admin
|
remote_user = admin
|
||||||
ansible_managed = Ansible managed - don't edit this file!
|
ansible_managed = Ansible managed - don't edit this file!
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
|
stdout_callback = yaml
|
||||||
|
bin_ansible_callbacks = True
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become = True
|
become = True
|
||||||
|
|
Loading…
Reference in a new issue