ansible: use debug output

This commit is contained in:
Markus 2020-01-08 12:07:01 +01:00
parent 84d532cde4
commit e14bfa2395
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ retry_files_enabled = False
roles_path = ./roles
vault_password_file = ./.vault_pass
# Use the YAML callback plugin.
stdout_callback = yaml
stdout_callback = debug
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True