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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/windows/win_msi.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #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



21
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 21

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



14
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 14

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



10
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 10

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



17
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 17

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.



24
# File 'lib/ansible/ruby/modules/generated/core/windows/win_msi.rb', line 24

attribute :wait