From 80e824c00c73f15a5958680d73d68b505da4d327 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 6 Jan 2017 12:26:53 +0100 Subject: Make callback plugin an always-on aggregate plugin This makes it so that one doesn't need to explicitly enable nor replace the default callback plugin. --- ansible.cfg.example | 1 - 1 file changed, 1 deletion(-) (limited to 'ansible.cfg.example') diff --git a/ansible.cfg.example b/ansible.cfg.example index c8cc5db03..b07705ef1 100644 --- a/ansible.cfg.example +++ b/ansible.cfg.example @@ -15,7 +15,6 @@ 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