feat: try with new ansible role structure

This commit is contained in:
Simon Cornet 2025-10-03 10:28:26 +02:00
commit c14dd49576
10 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
---
# zabbix agent
- name: "restart zabbix-agent"
ansible.builtin.service:
name: "zabbix-agent2"
enabled: true
state: "restarted"