Playbook sauber formatiert, EPEL auskommentiert
This commit is contained in:
parent
4ffc91e4e3
commit
e6eba53dfa
|
@ -2,8 +2,9 @@
|
|||
- hosts: all
|
||||
roles:
|
||||
|
||||
- role: epel
|
||||
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
||||
# Bereits in meta/main.yml als "dependencies" - hier sinnvoll/notwendig?
|
||||
# - 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