From 82ef5bc291006b51207b9e32626251a03c776548 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 19 Dec 2016 14:47:10 +0100 Subject: Add RPM checks as an adhoc playbook --- ansible.cfg.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ansible.cfg.example') 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 -- cgit v1.2.3