From: Alexander Barton Date: Tue, 8 Aug 2023 16:09:42 +0000 (+0200) Subject: Update Ansible configuration X-Git-Tag: rel-1-0-0~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363f928a4f7aa1b2e0d417ea7e4be6d8eb96deb2;p=ansible-collection-boilerplate.git Update Ansible configuration - check_mode_markers = yes - display_failed_stderr = yes - show_task_path_on_failure = yes --- 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]