summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_dotnet_ngen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_dotnet_ngen.py')
-rw-r--r--lib/ansible/modules/windows/win_dotnet_ngen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/windows/win_dotnet_ngen.py b/lib/ansible/modules/windows/win_dotnet_ngen.py
index d902aafc51..4d99f9f4e0 100644
--- a/lib/ansible/modules/windows/win_dotnet_ngen.py
+++ b/lib/ansible/modules/windows/win_dotnet_ngen.py
@@ -25,7 +25,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}
-DOCUMENTATION = '''
+DOCUMENTATION = r'''
---
module: win_dotnet_ngen
version_added: "2.0"
@@ -43,7 +43,7 @@ author: Peter Mounce
options: {}
'''
-EXAMPLES = '''
+EXAMPLES = r'''
# Run ngen tasks
win_dotnet_ngen:
'''