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