summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_reboot.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_reboot.py')
-rw-r--r--lib/ansible/modules/windows/win_reboot.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/windows/win_reboot.py b/lib/ansible/modules/windows/win_reboot.py
index 79b5f57d64..4a75def1b0 100644
--- a/lib/ansible/modules/windows/win_reboot.py
+++ b/lib/ansible/modules/windows/win_reboot.py
@@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'core',
'version': '1.0'}
-DOCUMENTATION='''
+DOCUMENTATION = r'''
---
module: win_reboot
short_description: Reboot a windows machine
@@ -63,7 +63,7 @@ author:
- Matt Davis (@nitzmahone)
'''
-EXAMPLES='''
+EXAMPLES = r'''
# Unconditionally reboot the machine with all defaults
- win_reboot:
@@ -79,7 +79,7 @@ EXAMPLES='''
reboot_timeout_sec: 3600
'''
-RETURN='''
+RETURN = r'''
rebooted:
description: true if the machine was rebooted
returned: always