Class: Ansible::Ruby::Modules::Apt_rpm

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/packaging/os/apt_rpm.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

#pkgArray<String>, String

Returns name of package to install, upgrade or remove.

Returns:

  • (Array<String>, String)

    name of package to install, upgrade or remove.



10
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/apt_rpm.rb', line 10

attribute :pkg

#state:absent, ...

Returns Indicates the desired package state.

Returns:

  • (:absent, :present, nil)

    Indicates the desired package state



14
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/apt_rpm.rb', line 14

attribute :state

#update_cacheBoolean?

Returns update the package database first C(apt-get update).

Returns:

  • (Boolean, nil)

    update the package database first C(apt-get update).



18
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/apt_rpm.rb', line 18

attribute :update_cache