Class: Ansible::Ruby::Modules::Win_msi

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#createsObject?

Returns Path to a file created by installing the MSI to prevent from attempting to reinstall the package on every run.

Returns:

  • (Object, nil)

    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_argsObject?

Returns Additional arguments to pass to the msiexec.exe command.

Returns:

  • (Object, nil)

    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

#pathString

Returns File system path to the MSI file to install.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent, nil)

    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

#waitBoolean?

Returns Specify whether to wait for install or uninstall to complete before continuing.

Returns:

  • (Boolean, nil)

    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