Fix windows feature example to actually install IIS

pull/18777/head
brannon 9 years ago committed by Matt Clay
parent 7d660adb39
commit 824503fc19

@ -90,7 +90,7 @@ $ ansible -i hosts -m win_feature -a "name=Web-Server,Web-Common-Http" all
- name: Install IIS - name: Install IIS
win_feature: win_feature:
name: "Web-Server" name: "Web-Server"
state: absent state: present
restart: yes restart: yes
include_sub_features: yes include_sub_features: yes
include_management_tools: yes include_management_tools: yes

Loading…
Cancel
Save