Remove 1 role to find the error

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

View File

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

View File

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