Fix daemon_reload in systemd module

reviewable/pr18780/r1
Laurent Godet 9 years ago committed by Brian Coca
parent 95755d1859
commit 0ee774ff15

@ -76,7 +76,7 @@ EXAMPLES = '''
# Example action to stop service cron on debian, if running
- 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
- 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
- systemd: name=httpd state=reloaded
# Example action to enable service httpd and ensure it is not masked

Loading…
Cancel
Save