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