enabling task debugger in Ansible configuration
This commit is contained in:
@@ -318,7 +318,7 @@ doc_fragment_plugins=plugins/doc_fragments:~/.ansible/plugins/doc_fragments:/usr
|
|||||||
# (boolean) Whether or not to enable the task debugger, this previously was done as a strategy plugin.
|
# (boolean) Whether or not to enable the task debugger, this previously was done as a strategy plugin.
|
||||||
# Now all strategy plugins can inherit this behavior. The debugger defaults to activating when
|
# Now all strategy plugins can inherit this behavior. The debugger defaults to activating when
|
||||||
# a task is failed on unreachable. Use the debugger keyword for more flexibility.
|
# a task is failed on unreachable. Use the debugger keyword for more flexibility.
|
||||||
;enable_task_debugger=False
|
enable_task_debugger=True
|
||||||
|
|
||||||
# (boolean) Toggle to allow missing handlers to become a warning instead of an error when notifying.
|
# (boolean) Toggle to allow missing handlers to become a warning instead of an error when notifying.
|
||||||
;error_on_missing_handler=True
|
;error_on_missing_handler=True
|
||||||
|
|||||||
Reference in New Issue
Block a user