Set stdout callback to yaml for more readable debug output

This commit is contained in:
Tobias Hachmer 2018-09-16 12:39:26 +02:00 committed by Julian Labus
parent ea726b9777
commit 91faee33a4
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ remote_tmp = $HOME/ansible_tmp
remote_user = admin
ansible_managed = Ansible managed - don't edit this file!
roles_path = ./roles
stdout_callback = yaml
bin_ansible_callbacks = True
[privilege_escalation]
become = True