blob: 234c85a6e1c9f283e512da7773263718b23e45b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
dependencies:
# from GitHub
- src: https://github.com/bennojoy/nginx
# from GitHub, overriding the name and specifying a specific tag
- src: https://github.com/bennojoy/nginx
version: master
name: nginx_role
|