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