added callback plugin for yaml

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-23 16:22:12 +00:00
parent 37b2faefa3
commit a72c81be1c
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -7,6 +7,12 @@ nocows=1
retry_files_save_path=/dev/null
library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
[privilege_escalation]
[paramiko_connection]