forked from infra/ansible
Change output format to yaml
This commit is contained in:
parent
5fae8fa02c
commit
7808ea37f9
@ -5,6 +5,10 @@ nocows = 1
|
||||
remote_user = root
|
||||
roles_path = ./roles
|
||||
vault_password_file = ./.vault_pass
|
||||
# Use the YAML callback plugin.
|
||||
stdout_callback = yaml
|
||||
# Use the stdout_callback when running ad-hoc commands.
|
||||
bin_ansible_callbacks = True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = true
|
||||
|
Loading…
Reference in New Issue
Block a user