kea_dhcp(role): remove unused

This commit is contained in:
bitwhisker 2026-08-07 22:28:44 +02:00
commit 897ee5fa43
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE
4 changed files with 1 additions and 40 deletions

View file

@ -7,7 +7,6 @@
- name: Kea_dhcp4.restarted_debian
listen: Kea_dhcp4.restarted
become: true
when: ansible_facts['distribution'] == 'Debian'
ansible.builtin.service:
name: isc-kea-dhcp4-server
state: restarted
@ -16,7 +15,6 @@
- name: Kea_dhcp6.restarted_debian
listen: Kea_dhcp6.restarted
become: true
when: ansible_facts['distribution'] == 'Debian'
ansible.builtin.service:
name: isc-kea-dhcp6-server
state: restarted
@ -25,7 +23,6 @@
- name: Kea_ctrl.restarted_debian
listen: Kea_ctrl.restarted
become: true
when: ansible_facts['distribution'] == 'Debian'
ansible.builtin.systemd:
name: isc-kea-ctrl-agent
state: restarted
@ -34,7 +31,6 @@
- name: Stork_agent.restarted_debian
listen: Stork_agent.restarted
become: true
when: ansible_facts['distribution'] == 'Debian'
ansible.builtin.systemd:
name: isc-stork-agent
state: restarted