fixing config file name

This commit is contained in:
tolerryan
2024-12-18 00:31:03 -06:00
parent c2cac7e93a
commit 2814737ffc

View File

@@ -26,7 +26,7 @@
- name: Update zabbix-agent2.conf - name: Update zabbix-agent2.conf
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/zabbix/zabbix-agent2.conf path: /etc/zabbix/zabbix_agent2.conf
regexp: '^Server=.*' regexp: '^Server=.*'
line: 'Server=192.168.0.59' line: 'Server=192.168.0.59'
state: present state: present