From 3f9d3419eda52adabf15f17ab6ce69c300e49464 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 22 Apr 2017 21:24:52 -0700 Subject: [PATCH] Don't specify callback plugins dir --- ch06/playbooks/ansible.cfg | 1 - 1 file changed, 1 deletion(-) 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 -- 2.44.0