Enable RPMFusion

This commit is contained in:
Jason Rothstein 2019-11-21 21:14:49 -06:00
parent 2153ba21f1
commit b043167c15
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -9,4 +9,5 @@
service_facts: service_facts:
roles: roles:
- role: 'enable_epel' - role: 'enable_epel'
- role: 'enable_rpmfusion'