Class: Ansible::Ruby::Modules::Pkg5
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pkg5
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb
Instance Method Summary collapse
-
#accept_licenses ⇒ Boolean?
Accept any licences.
-
#name ⇒ Array<String>, String
An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).
-
#state ⇒ :present, ...
Whether to install (I(present), I(latest)), or remove (I(absent)) a package.
Methods inherited from Base
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
#accept_licenses ⇒ Boolean?
Returns Accept any licences.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 18 attribute :accept_licenses |
#name ⇒ Array<String>, String
Returns An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Whether to install (I(present), I(latest)), or remove (I(absent)) a package.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 14 attribute :state |