dont use handler

This commit is contained in:
staticsafe 2020-04-14 21:56:08 -04:00
parent 02a376b367
commit 0d7df674ec
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,3 @@
- name: reload systemd
systemd:
daemon_reload: yes
- name: Restart ipset
systemd:
name: ipset
state: restarted

View File

@ -21,5 +21,8 @@
copy:
src: "{{ ansible_fqdn }}.ipset"
dest: /etc/ipset.conf
notify:
- restart ipset
- name: Restart ipset
systemd:
name: ipset
state: restarted