Replace enable_epel with ensure_repo_epel

This commit is contained in:
Jason Rothstein 2019-12-30 15:56:11 -06:00
parent 1f9ed5ccfa
commit 7fb26c5a34
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: enable_epel - name: ensure_repo_epel
src: git+https://git.fdragon.com/AnsibleRoles/enable_epel.git src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git
version: master 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

View File

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