ansible.builtin.win_webpicmd (v2.9.27) — module

Installs packages using Web Platform Installer command-line

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

Authors: Peter Mounce (@petemounce)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Installs packages using Web Platform Installer command-line (U(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 M(win_chocolatey) module; 'webpicmd' is the package name, and you must install 'lessmsi' first too)?

Install IIS first (see M(win_feature) module).

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Install URLRewrite2.
  win_webpicmd:
    name: URLRewrite2

Inputs

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

See also