Fix windows feature example to actually install IIS

This commit is contained in:
brannon 2015-07-29 12:23:37 -07:00
parent 0e9fccd098
commit 4a30e35e53

View file

@ -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