]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
Update Ansible configuration
authorAlexander Barton <alex@barton.de>
Tue, 8 Aug 2023 16:09:42 +0000 (18:09 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 8 Aug 2023 16:09:42 +0000 (18:09 +0200)
- check_mode_markers = yes
- display_failed_stderr = yes
- show_task_path_on_failure = yes

ansible.cfg

index 96aa4d071c45fc1a1fa4b103ece2d1ae622064f8..c74aababa6be22e2ca838eb351b110d96e54ccb8 100644 (file)
@@ -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]