Removed EPEL from example playbook
This commit is contained in:
parent
38eee4d6bb
commit
a77c52cf02
|
@ -2,10 +2,6 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
|
||||||
# "epel" is already a dependency (meta/main.yml)
|
- role: monitored
|
||||||
# - role: epel
|
when: monitored_dont|default(false) != true
|
||||||
# when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
|
||||||
|
|
||||||
- role: monitored
|
|
||||||
when: monitored_dont|default(false) != true
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue