Class: Ansible::Ruby::Modules::Pkgin
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pkgin
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb
Instance Method Summary collapse
-
#clean ⇒ Boolean?
Clean packages cache.
-
#force ⇒ Boolean?
Force package reinstall.
-
#full_upgrade ⇒ Boolean?
Upgrade all packages to their newer versions.
-
#name ⇒ Array<String>, ...
Name of package to install/remove;,multiple names may be given, separated by commas.
-
#state ⇒ :present, ...
Intended state of the package.
-
#update_cache ⇒ Boolean?
Update repository database.
-
#upgrade ⇒ Boolean?
Upgrade main packages to their newer versions.
Methods inherited from Base
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
#clean ⇒ Boolean?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 30 attribute :clean |
#force ⇒ Boolean?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 34 attribute :force |
#full_upgrade ⇒ Boolean?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 26 attribute :full_upgrade |
#name ⇒ Array<String>, ...
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 10 attribute :name |
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 14 attribute :state |
#update_cache ⇒ Boolean?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 18 attribute :update_cache |
#upgrade ⇒ Boolean?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb', line 22 attribute :upgrade |