Merge pull request #617 from jmlrt/systemd-daemon-reload
use systemd ansible module for daemon-reload
This commit is contained in:
commit
17b363c7e9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
- name: reload systemd configuration
|
||||
become: yes
|
||||
command: systemctl daemon-reload
|
||||
systemd:
|
||||
daemon_reload: true
|
||||
|
||||
# Restart service and ensure it is enabled
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue