summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_scheduled_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_scheduled_task.py')
-rw-r--r--lib/ansible/modules/windows/win_scheduled_task.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/windows/win_scheduled_task.py b/lib/ansible/modules/windows/win_scheduled_task.py
index 96a9b48f95..a21fe92726 100644
--- a/lib/ansible/modules/windows/win_scheduled_task.py
+++ b/lib/ansible/modules/windows/win_scheduled_task.py
@@ -22,7 +22,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}
-DOCUMENTATION = '''
+DOCUMENTATION = r'''
---
module: win_scheduled_task
version_added: "2.0"
@@ -87,7 +87,7 @@ options:
default: '\'
'''
-EXAMPLES = '''
+EXAMPLES = r'''
# Create a scheduled task to open a command prompt
- win_scheduled_task:
name: TaskName