Fix daemon_reload in systemd module
This commit is contained in:
parent
283205d7b3
commit
336c9f9f35
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ EXAMPLES = '''
|
||||||
# Example action to stop service cron on debian, if running
|
# Example action to stop service cron on debian, if running
|
||||||
- systemd: name=cron state=stopped
|
- systemd: name=cron state=stopped
|
||||||
# Example action to restart service cron on centos, in all cases, also issue deamon-reload to pick up config changes
|
# Example action to restart service cron on centos, in all cases, also issue deamon-reload to pick up config changes
|
||||||
- systemd: state=restarted daemon_reload: yes name=crond
|
- systemd: state=restarted daemon_reload=yes name=crond
|
||||||
# Example action to reload service httpd, in all cases
|
# Example action to reload service httpd, in all cases
|
||||||
- systemd: name=httpd state=reloaded
|
- systemd: name=httpd state=reloaded
|
||||||
# Example action to enable service httpd and ensure it is not masked
|
# Example action to enable service httpd and ensure it is not masked
|
||||||
|
|
Loading…
Reference in a new issue