diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-06 12:26:53 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-12 14:23:19 +0100 |
commit | 80e824c00c73f15a5958680d73d68b505da4d327 (patch) | |
tree | 27269b1310d8a445293d448f47d106b96c47c67e /ansible.cfg.example | |
parent | 82ef5bc291006b51207b9e32626251a03c776548 (diff) | |
download | openshift-80e824c00c73f15a5958680d73d68b505da4d327.tar.gz openshift-80e824c00c73f15a5958680d73d68b505da4d327.tar.bz2 openshift-80e824c00c73f15a5958680d73d68b505da4d327.tar.xz openshift-80e824c00c73f15a5958680d73d68b505da4d327.zip |
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.
Diffstat (limited to 'ansible.cfg.example')
-rw-r--r-- | ansible.cfg.example | 1 |
1 files changed, 0 insertions, 1 deletions
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 |