From abcae974229dc28a60f78b706f7cd4070bc530fa Mon Sep 17 00:00:00 2001 From: Trond Hindenes Date: Fri, 8 Jan 2016 15:07:58 +0100 Subject: [PATCH] update doc --- lib/ansible/modules/windows/win_feature.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_feature.py b/lib/ansible/modules/windows/win_feature.py index 40a8a8585b..6eeda409b3 100644 --- a/lib/ansible/modules/windows/win_feature.py +++ b/lib/ansible/modules/windows/win_feature.py @@ -81,6 +81,7 @@ EXAMPLES = ''' # PS C:\Users\Administrator> Import-Module ServerManager; Get-WindowsFeature $ ansible -i hosts -m win_feature -a "name=Web-Server" all $ ansible -i hosts -m win_feature -a "name=Web-Server,Web-Common-Http" all +ansible -m "win_feature" -a "name=NET-Framework-Core source=C:/Temp/iso/sources/sxs" windows # Playbook example