mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removing yaml support for path:
This commit is contained in:
parent
375eb501b3
commit
851c0058b1
1 changed files with 0 additions and 5 deletions
|
@ -73,10 +73,6 @@ And here's an example showing some specific version downloads from multiple sour
|
||||||
# from GitHub
|
# from GitHub
|
||||||
- src: https://github.com/bennojoy/nginx
|
- 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
|
# from GitHub, overriding the name and specifying a specific tag
|
||||||
- src: https://github.com/bennojoy/nginx
|
- src: https://github.com/bennojoy/nginx
|
||||||
version: master
|
version: master
|
||||||
|
@ -98,7 +94,6 @@ And here's an example showing some specific version downloads from multiple sour
|
||||||
- src: git@gitlab.company.com:mygroup/ansible-base.git
|
- src: git@gitlab.company.com:mygroup/ansible-base.git
|
||||||
scm: git
|
scm: git
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
path: roles/
|
|
||||||
|
|
||||||
As you can see in the above, there are a large amount of controls available
|
As you can see in the above, there are a large amount of controls available
|
||||||
to customize where roles can be pulled from, and what to save roles as.
|
to customize where roles can be pulled from, and what to save roles as.
|
||||||
|
|
Loading…
Reference in a new issue