Set callback plugin for ad hoc Ansible commands

This commit is contained in:
2023-02-23 17:08:33 -06:00
parent 21030a8604
commit 6aec149865

View File

@ -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" }}