1
1

bugfix: nem futott rá az AlmaLinuxra

This commit is contained in:
Márkus Sándor 2023-06-30 21:25:21 +02:00
parent 46add55de5
commit fd12041df7

View File

@ -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: