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:
James Cammarata
2014-09-02 10:44:44 -05:00
2 changed files with 12 additions and 1 deletions

View File

@@ -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