diff --git a/windows/win_feature.py b/windows/win_feature.py index 40a8a8585b9..6eeda409b3e 100644 --- a/windows/win_feature.py +++ b/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