mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +02:00
daemon_reload is an option for systemd, not service
This commit is contained in:
parent
2fcc3600fd
commit
809b62cd33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue