From 6aec1498657aeb42a61c35b8646756d724e6069a Mon Sep 17 00:00:00 2001 From: Dale Shrauger Date: Thu, 23 Feb 2023 17:08:33 -0600 Subject: [PATCH] Set callback plugin for ad hoc Ansible commands --- .ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}