Class: Ansible::Ruby::Modules::Dpkg_selections

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/packaging/dpkg_selections.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#nameString

Returns Name of the package.

Returns:

  • (String)

    Name of the package



10
# File 'lib/ansible/ruby/modules/generated/extras/packaging/dpkg_selections.rb', line 10

attribute :name

#selection:install, ...

Returns The selection state to set the package to.

Returns:

  • (:install, :hold, :deinstall, :purge)

    The selection state to set the package to.



14
# File 'lib/ansible/ruby/modules/generated/extras/packaging/dpkg_selections.rb', line 14

attribute :selection