Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 2.26 KB

community.windows.win_webpicmd_module.rst

File metadata and controls

92 lines (60 loc) · 2.26 KB

community.windows.win_webpicmd

Installs packages using Web Platform Installer command-line

Parameter Choices/Defaults Comments
name
string / required
Name of the package to be installed.

Note

.. seealso::

   :ref:`ansible.windows.win_package_module`
      The official documentation on the **ansible.windows.win_package** module.


- name: Install URLRewrite2.
  community.windows.win_webpicmd:
    name: URLRewrite2

Authors

  • Peter Mounce (@petemounce)