summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Godet <mevoyasf@gmail.com>2016-10-03 22:45:57 +0100
committerBrian Coca <brian.coca+git@gmail.com>2016-10-03 18:06:10 -0400
commit625bc4c07a42519131d6f31d20f797e8461ec2aa (patch)
treed931765e85f12f13104efff6f87ddd88065053a8
parentee0a20cb2b3f6fe2f462f4da1e6c7c588bc51c8e (diff)
downloadansible-modules-core-625bc4c07a42519131d6f31d20f797e8461ec2aa.tar.gz
Fix daemon_reload in systemd module
(cherry picked from commit 0ee774ff150b8c9b2fb6a0273737f4ebd3c10dcd)
-rw-r--r--system/systemd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/systemd.py b/system/systemd.py
index 874b9952..a92c776a 100644
--- a/system/systemd.py
+++ b/system/systemd.py
@@ -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