bugfix: nem futott rá az AlmaLinuxra
This commit is contained in:
parent
46add55de5
commit
fd12041df7
@ -19,7 +19,7 @@
|
||||
when:
|
||||
- ansible_os_family == "Debian"
|
||||
|
||||
- name: Zabbix Agent konfigurálása [CentOS]
|
||||
- name: Zabbix Agent konfigurálása [Red Hat family]
|
||||
lineinfile:
|
||||
path: '/etc/zabbix_agentd.conf'
|
||||
regexp: "{{ item.regexp }}"
|
||||
@ -35,7 +35,7 @@
|
||||
notify:
|
||||
- restart zabbix-agent
|
||||
when:
|
||||
- ansible_distribution == "CentOS"
|
||||
- ansible_os_family == "RedHat"
|
||||
|
||||
- name: Zabbix Agent konfigurálása [Debian family]
|
||||
lineinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user