diff --git a/ansible.cfg b/ansible.cfg index 8675828b..108f5fa5 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,9 @@ roles_path = ./roles:./galaxy.ansible.com/ansible_roles collections_path = ./roles:./galaxy.ansible.com/ansible_collections +# minimal, debug, yaml +stdout_callback = yaml + [inventory] # Ensure we fail if the inventory is malformed; this is important # for automation, so it does not proceed on failures.