mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #8789 from retr0h/retr0h/add-role-path-to-role-file
Can override each role's install path
This commit is contained in:
@@ -69,6 +69,10 @@ And here's an example showing some specific version downloads from multiple sour
|
||||
# from github
|
||||
- src: https://github.com/bennojoy/nginx
|
||||
|
||||
# from github installing to a relative path
|
||||
- src: https://github.com/bennojoy/nginx
|
||||
path: vagrant/roles/
|
||||
|
||||
# from github, overriding the name and specifying a specific tag
|
||||
- src: https://github.com/bennojoy/nginx
|
||||
name: nginx_role
|
||||
|
||||
Reference in New Issue
Block a user