diff --git a/ansible.cfg b/ansible.cfg index 8fdbb75..d94d519 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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