ansible.builtin.win_webpicmd (v2.3.0.0-1) — module

Installs packages using Web Platform Installer command-line

| "added in version" 2.0 of ansible.builtin"

Authors: Peter Mounce

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.3.0.0.post1

Description

Installs packages using Web Platform Installer command-line (http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release).

Must be installed and present in PATH (see win_chocolatey module; 'webpicmd' is the package name, and you must install 'lessmsi' first too)

Install IIS first (see win_feature module)

Inputs

    
name:
    description:
    - Name of the package to be installed
    required: true