Actions
Bug #20489
closedSupport multiple folders in role_path
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Description
Fix #18311 does not support multiple folder in role_path. It will be very usefull especialy in situation when roles is pulled from multiple source control repository and is not possible to have all roles in one folder.
Example:
roles_path = /opt/mysite/roles:/opt/othersite/roles
This syntax is in ansible.cfg supported in version 1.4 and newer (http://docs.ansible.com/ansible/intro_configuration.html#roles-path)
Cloned from https://github.com/theforeman/foreman_ansible/issues/84
Actions