]> arthur.barton.de Git - ansible-collection-boilerplate.git/blobdiff - ansible.cfg
Update Ansible configuration
[ansible-collection-boilerplate.git] / 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]