summaryrefslogtreecommitdiff
path: root/windows/win_feature.py
diff options
context:
space:
mode:
Diffstat (limited to 'windows/win_feature.py')
-rw-r--r--windows/win_feature.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/win_feature.py b/windows/win_feature.py
index 3ba53d05..04226c60 100644
--- a/windows/win_feature.py
+++ b/windows/win_feature.py
@@ -77,7 +77,7 @@ author:
- "Trond Hindenes (@trondhindenes)"
'''
-EXAMPLES = '''
+EXAMPLES = r'''
# This installs IIS.
# The names of features available for install can be run by running the following Powershell Command:
# PS C:\Users\Administrator> Import-Module ServerManager; Get-WindowsFeature
@@ -99,6 +99,4 @@ ansible -m "win_feature" -a "name=NET-Framework-Core source=C:/Temp/iso/sources/
restart: yes
include_sub_features: yes
include_management_tools: yes
-
-
'''