feat: added molecule role testing

This commit is contained in:
Simon Cornet 2025-07-17 17:23:06 +02:00
commit 4d45a040ff
5 changed files with 72 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# kea-dhcp4-server
- name: "restart kea-dhcp4-server"
ansible.builtin.systemd:
name: "kea-dhcp4-server.service"
name: "kea-dhcp4-server"
state: "restarted"
daemon_reload: true
enabled: true