Class: Ansible::Ruby::Modules::Pkg5

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

Overview

IPS packages are the native packages in Solaris 11 and higher.

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

#accept_licensesBoolean?

Returns Accept any licences.

Returns:

  • (Boolean, nil)

    Accept any licences.



19
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 19

attribute :accept_licenses

#nameArray<String>, String

Returns An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).

Returns:

  • (Array<String>, String)

    An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).



11
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 11

attribute :name

#state:present, ...

Returns Whether to install (I(present), I(latest)), or remove (I(absent)) a package.

Returns:

  • (:present, :latest, :absent, nil)

    Whether to install (I(present), I(latest)), or remove (I(absent)) a package.



15
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 15

attribute :state