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