summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/systemd.py
diff options
context:
space:
mode:
authornekottyo <nekottyo@gmail.com>2018-04-20 19:44:48 +0900
committeransibot <ansibot@users.noreply.github.com>2018-04-20 06:44:48 -0400
commit74420ecadfd90585dfa626948fe5e702dbcc5712 (patch)
treea724a47753db86e6d37649e61e48b703a1c39c22 /lib/ansible/modules/system/systemd.py
parentebdf6d0fab35f5128c9c205d70b3c40fa5a53b9a (diff)
downloadansible-74420ecadfd90585dfa626948fe5e702dbcc5712.tar.gz
Fix bool notation in systemd (#39064)
Diffstat (limited to 'lib/ansible/modules/system/systemd.py')
-rw-r--r--lib/ansible/modules/system/systemd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/systemd.py b/lib/ansible/modules/system/systemd.py
index e913d35200..6217752cbe 100644
--- a/lib/ansible/modules/system/systemd.py
+++ b/lib/ansible/modules/system/systemd.py
@@ -100,7 +100,7 @@ EXAMPLES = '''
systemd:
name: dnf-automatic.timer
state: started
- enabled: True
+ enabled: yes
- name: just force systemd to reread configs (2.4 and above)
systemd: