Files

6 lines
129 B
YAML

---
- name: Restart zabbix-agent2
ansible.builtin.systemd:
name: zabbix-agent2
state: restarted
daemon_reload: true