Fix windows feature example to actually install IIS
This commit is contained in:
parent
0e9fccd098
commit
4a30e35e53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue