commented out stdout_callback and set callback_result_format to 'yaml'
This commit is contained in:
@@ -96,6 +96,7 @@ action_plugins=plugins/action:~/.ansible/plugins/action:/usr/share/ansible/plugi
|
||||
# (pathspec) Colon-separated paths in which Ansible will search for Cache Plugins.
|
||||
cache_plugins=plugins/cache:~/.ansible/plugins/cache:/usr/share/ansible/plugins/cache
|
||||
|
||||
callback_result_format=yaml
|
||||
# (pathspec) Colon-separated paths in which Ansible will search for Callback Plugins.
|
||||
callback_plugins=plugins/callback:~/.ansible/plugins/callback:/usr/share/ansible/plugins/callback
|
||||
|
||||
@@ -233,7 +234,7 @@ roles_path=roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
|
||||
# (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=yaml
|
||||
;stdout_callback=yaml
|
||||
|
||||
# (string) Set the default strategy used for plays.
|
||||
;strategy=linear
|
||||
|
||||
Reference in New Issue
Block a user