Class: Ansible::Ruby::Modules::Win_msi
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_msi
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_msi.rb
Overview
Installs or uninstalls a Windows MSI file that is already located on the target server
Instance Method Summary collapse
-
#creates ⇒ Object?
Path to a file created by installing the MSI to prevent from attempting to reinstall the package on every run.
-
#extra_args ⇒ Object?
Additional arguments to pass to the msiexec.exe command.
-
#path ⇒ String
File system path to the MSI file to install.
-
#state ⇒ :present, ...
Whether the MSI file should be installed or uninstalled.
-
#wait ⇒ Boolean?
Specify whether to wait for install or uninstall to complete before continuing.
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
#creates ⇒ Object?
Returns Path to a file created by installing the MSI to prevent from attempting to reinstall the package on every run.
22 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 22 attribute :creates |
#extra_args ⇒ Object?
Returns Additional arguments to pass to the msiexec.exe command.
15 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 15 attribute :extra_args |
#path ⇒ String
Returns File system path to the MSI file to install.
11 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 11 attribute :path |
#state ⇒ :present, ...
Returns Whether the MSI file should be installed or uninstalled.
18 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 18 attribute :state |
#wait ⇒ Boolean?
Returns Specify whether to wait for install or uninstall to complete before continuing.
25 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 25 attribute :wait |