kea_dhcp(role): remove unused
This commit is contained in:
parent
7eabd88e2c
commit
897ee5fa43
4 changed files with 1 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue