From 363f928a4f7aa1b2e0d417ea7e4be6d8eb96deb2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 8 Aug 2023 18:09:42 +0200 Subject: [PATCH] Update Ansible configuration - check_mode_markers = yes - display_failed_stderr = yes - show_task_path_on_failure = yes --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 96aa4d0..c74aaba 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,9 @@ [defaults] ansible_managed = Managed by Ansible, DO NOT MODIFY, changes will be overwritten! +check_mode_markers = yes collections_paths = ansible_galaxy +display_failed_stderr = yes fact_caching = jsonfile fact_caching_connection = .cache fact_caching_timeout = 3600 @@ -11,6 +13,7 @@ gathering = smart interpreter_python = auto_silent inventory = hosts.ini roles_path = ansible_galaxy/ansible_roles:roles +show_task_path_on_failure = yes stdout_callback = yaml [colors] -- 2.39.2