Blame SOURCES/ansible-rolepath.patch

bc5eae
--- ansible-2.3.0.0/examples/ansible.cfg.bak	2017-04-12 16:08:05.000000000 +0200
bc5eae
+++ ansible-2.3.0.0/examples/ansible.cfg	2017-05-18 15:06:13.977176263 +0200
bc5eae
@@ -55,7 +55,7 @@
bc5eae
 # gather_timeout = 10
bc5eae
 
bc5eae
 # additional paths to search for roles in, colon separated
bc5eae
-#roles_path    = /etc/ansible/roles
bc5eae
+roles_path    = /etc/ansible/roles:/usr/share/ansible/roles
bc5eae
 
bc5eae
 # uncomment this to disable SSH key host checking
bc5eae
 #host_key_checking = False