daemon_reload is an option for systemd, not service

This commit is contained in:
Dan Guido 2016-08-24 09:03:29 +02:00 committed by GitHub
parent 2fcc3600fd
commit 809b62cd33

View file

@ -1,5 +1,5 @@
- name: restart strongswan
service: name=strongswan state=restarted daemon_reload=yes
service: name=strongswan state=restarted
- name: daemon-reload
shell: systemctl daemon-reload