Merge pull request #1837 from brannon/patch-1

Fix windows feature example to actually install IIS
reviewable/pr18780/r1
Chris Church 9 years ago
commit 4eb547fe4e

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

Loading…
Cancel
Save