diff --git a/lib/ansible/modules/windows/win_feature.py b/lib/ansible/modules/windows/win_feature.py index 2d7a747cea0..6ef4774788c 100644 --- a/lib/ansible/modules/windows/win_feature.py +++ b/lib/ansible/modules/windows/win_feature.py @@ -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