Don't specify callback plugins dir
authorLorin Hochstein <lhochstein@netflix.com>
Sun, 23 Apr 2017 04:24:52 +0000 (21:24 -0700)
committerLorin Hochstein <lhochstein@netflix.com>
Sun, 23 Apr 2017 04:24:52 +0000 (21:24 -0700)
ch06/playbooks/ansible.cfg

index 61cbc3d..94519f2 100644 (file)
@@ -3,7 +3,6 @@ inventory = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
-callback_plugins = callback_plugins
 
 [ssh_connection]
 ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes