Remove unnecessary handlers

This commit is contained in:
Tobias Hachmer 2017-10-11 22:04:36 +02:00
parent 79017f02d6
commit f56215f03c
9 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,4 +0,0 @@
---
- name: reload systemd
systemd:
daemon_reload: yes

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -3,7 +3,6 @@
package: package:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
notify: reload systemd
with_items: with_items:
- tinc - tinc