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/windows/win_webpicmd.rb
Overview
Installs packages using Web Platform Installer command-line (U(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).
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, fix_inclusion, #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.
14 |
# File 'lib/ansible/ruby/modules/generated/windows/win_webpicmd.rb', line 14 attribute :name |