diff --git a/ansible.cfg b/ansible.cfg index 2c79be8..878ef90 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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. # 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. -;enable_task_debugger=False +enable_task_debugger=True # (boolean) Toggle to allow missing handlers to become a warning instead of an error when notifying. ;error_on_missing_handler=True