stdout_callback = debug

This commit is contained in:
Fabio Sinibaldi 2026-07-14 17:30:21 +02:00
parent da05908d65
commit 2f807008f4
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ ask_vault_pass=True
# (string) Set the main callback used to display Ansible output. You can only have one at a time.
# You can have many other callbacks, but just one can be in charge of stdout.
# See :ref:`callback_plugins` for a list of available options.
;stdout_callback=default
stdout_callback=debug
# (string) Set the default strategy used for plays.
;strategy=linear