Re-add role

This commit is contained in:
Jason Rothstein 2019-11-24 21:53:19 -06:00
parent 1b1ce81568
commit f620ee454e
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
--- ---
- name: 'enable_epel'
src: 'git+https://git.fdragon.com/AnsibleRoles/enable_epel.git'
version: 'master'
- name: 'enable_rpmfusion' - name: 'enable_rpmfusion'
src: 'git+https://git.fdragon.com/AnsibleRoles/enable_rpmfusion.git' src: 'git+https://git.fdragon.com/AnsibleRoles/enable_rpmfusion.git'
version: 'master' version: 'master'

View File

@ -9,6 +9,6 @@
service_facts: service_facts:
roles: roles:
- role: 'ensure_os_patch' - role: 'ensure_os_patch'
# - role: 'enable_epel' - role: 'enable_epel'
- role: 'enable_rpmfusion' - role: 'enable_rpmfusion'