mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added callback plugin for yaml
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
37b2faefa3
commit
a72c81be1c
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue