diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 7d34896..1023768 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -215,7 +215,7 @@ ask_vault_pass=True # (string) Set the main callback used to display Ansible output. You can only have one at a time. # You can have many other callbacks, but just one can be in charge of stdout. # See :ref:`callback_plugins` for a list of available options. -;stdout_callback=default +stdout_callback=debug # (string) Set the default strategy used for plays. ;strategy=linear