Use ensure_repo_rpmfusion instead of enable_rpmfusion

This commit is contained in:
Jason Rothstein 2019-12-30 15:57:31 -06:00
parent 7fb26c5a34
commit 5fb27c33dd
2 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
--- ---
- name: ensure_repo_epel
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git
version: master
- name: enable_rpmfusion
src: git+https://git.fdragon.com/AnsibleRoles/enable_rpmfusion.git
version: master
- name: ensure_os_patch - name: ensure_os_patch
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
version: master version: master
- name: ensure_repo_epel
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git
version: master
- name: ensure_repo_rpmfusion
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git
version: master

View File

@ -10,5 +10,5 @@
roles: roles:
- role: 'ensure_os_patch' - role: 'ensure_os_patch'
- role: 'ensure_repo_epel' - role: 'ensure_repo_epel'
- role: 'enable_rpmfusion' - role: 'ensure_repo_rpmfusion'