diff --git a/.ansible.cfg b/.ansible.cfg index e4ea594..8815727 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -158,7 +158,7 @@ callbacks_enabled= profile_tasks ;keep_remote_files=False # (boolean) Controls whether callback plugins are loaded when running /usr/bin/ansible. This may be used to log activity from the command line, send notifications, and so on. Callback plugins are always loaded for ``ansible-playbook``. -;bin_ansible_callbacks=False +bin_ansible_callbacks=True # (tmppath) Temporary directory for Ansible to use on the controller. ;local_tmp={{ ANSIBLE_HOME ~ "/tmp" }}