fixing config file name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user