Set callback plugin for ad hoc Ansible commands
This commit is contained in:
@ -158,7 +158,7 @@ callbacks_enabled= profile_tasks
|
|||||||
;keep_remote_files=False
|
;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``.
|
# (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.
|
# (tmppath) Temporary directory for Ansible to use on the controller.
|
||||||
;local_tmp={{ ANSIBLE_HOME ~ "/tmp" }}
|
;local_tmp={{ ANSIBLE_HOME ~ "/tmp" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user