From: Lorin Hochstein Date: Sun, 23 Apr 2017 04:24:52 +0000 (-0700) Subject: Don't specify callback plugins dir X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=3f9d3419eda52adabf15f17ab6ce69c300e49464;p=ansiblebook.git Don't specify callback plugins dir --- diff --git a/ch06/playbooks/ansible.cfg b/ch06/playbooks/ansible.cfg index 61cbc3d..94519f2 100644 --- a/ch06/playbooks/ansible.cfg +++ b/ch06/playbooks/ansible.cfg @@ -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