Remove unnecessary handlers
This commit is contained in:
parent
79017f02d6
commit
f56215f03c
9 changed files with 0 additions and 18 deletions
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
with_items:
|
with_items:
|
||||||
- bind9
|
- bind9
|
||||||
- bind9-doc
|
- bind9-doc
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
with_items:
|
with_items:
|
||||||
- bird-bgp
|
- bird-bgp
|
||||||
- bird-doc
|
- bird-doc
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
with_items:
|
with_items:
|
||||||
- fastd
|
- fastd
|
||||||
- git
|
- git
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
- name: reload systemd
|
|
||||||
systemd:
|
|
||||||
daemon_reload: yes
|
|
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: haveged
|
name: haveged
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
|
|
||||||
- name: start and enable systemd unit haveged
|
- name: start and enable systemd unit haveged
|
||||||
systemd:
|
systemd:
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: reload systemd
|
|
||||||
systemd:
|
|
||||||
daemon_reload: yes
|
|
||||||
|
|
||||||
- name: restart systemd unit radvd
|
- name: restart systemd unit radvd
|
||||||
systemd:
|
systemd:
|
||||||
name: radvd
|
name: radvd
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: radvd
|
name: radvd
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
|
|
||||||
- name: enable systemd unit radvd
|
- name: enable systemd unit radvd
|
||||||
systemd:
|
systemd:
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: reload systemd
|
|
||||||
systemd:
|
|
||||||
daemon_reload: yes
|
|
||||||
|
|
||||||
- name: restart systemd unit tinc
|
- name: restart systemd unit tinc
|
||||||
systemd:
|
systemd:
|
||||||
name: tinc
|
name: tinc
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
notify: reload systemd
|
|
||||||
with_items:
|
with_items:
|
||||||
- tinc
|
- tinc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue