From a614f4461f64d2d255cb931d46a08eace89af804 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 27 May 2026 14:08:41 -0400 Subject: [PATCH] enabling task debugger in Ansible configuration --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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