Test pulling a role from a git repo and using it

This commit is contained in:
Jason Rothstein 2019-11-17 23:04:25 -06:00
parent d215423a5d
commit bff42bd612
2 changed files with 5 additions and 0 deletions

3
roles/requirements.yml Normal file
View File

@ -0,0 +1,3 @@
---
- src: https://git.fdragon.com/AnsibleRoles/enable_epel.git

View File

@ -7,4 +7,6 @@
package_facts:
- name: 'Fetch service data'
service_facts:
roles:
- role: 'enable_epel'