diff options
Diffstat (limited to 'ansible.cfg.example')
-rw-r--r-- | ansible.cfg.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible.cfg.example b/ansible.cfg.example index 6a7722ad8..c8cc5db03 100644 --- a/ansible.cfg.example +++ b/ansible.cfg.example @@ -13,6 +13,10 @@ roles_path = roles/ # Set the log_path log_path = /tmp/ansible.log +# prints a descriptive summary of failed tasks +callback_plugins = ./callback_plugins +stdout_callback = default_plus_summary + # Uncomment to use the provided BYO inventory #hostfile = inventory/byo/hosts |