ansible: use 'debug' stdout_callback
This commit is contained in:
parent
5eff05f8c5
commit
e7c3a9c771
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ ask_vault_pass = True
|
|||
roles_path = ./roles
|
||||
retry_files_enabled = False
|
||||
inventory = ./hosts
|
||||
stdout_callback = debug
|
||||
library = ./library
|
||||
filter_plugins = ./filter_plugins
|
||||
ansible_managed = Ansible managed
|
||||
|
|
Loading…
Reference in a new issue