Class: Ansible::Ruby::Modules::Win_webpicmd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_webpicmd
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_webpicmd.rb
Overview
Installs packages using Web Platform Installer command-line (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)
Instance Method Summary collapse
-
#name ⇒ Object
Name of the package to be installed.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ Object
Returns Name of the package to be installed.
13 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_webpicmd.rb', line 13 attribute :name |