Playbook sauber formatiert, EPEL auskommentiert
This commit is contained in:
parent
4ffc91e4e3
commit
e6eba53dfa
|
@ -2,9 +2,10 @@
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
|
||||||
- role: epel
|
# Bereits in meta/main.yml als "dependencies" - hier sinnvoll/notwendig?
|
||||||
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
# - role: epel
|
||||||
|
# when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
||||||
|
|
||||||
- role: monitored
|
- role: monitored
|
||||||
when: monitored_dont|default(False) != True
|
when: monitored_dont|default(False) != True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue