]> arthur.barton.de Git - ansible-collection-boilerplate.git/blobdiff - ansible.cfg
ansible.cfg: "collections_paths" is deprecated, use singular
[ansible-collection-boilerplate.git] / ansible.cfg
index 96aa4d071c45fc1a1fa4b103ece2d1ae622064f8..bad09eecab9081e664d5c3414d172184d18e9162 100644 (file)
@@ -3,7 +3,9 @@
 
 [defaults]
 ansible_managed = Managed by Ansible, DO NOT MODIFY, changes will be overwritten!
-collections_paths = ansible_galaxy
+check_mode_markers = yes
+collections_path = 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]