Class: Ansible::Ruby::Modules::Dnf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Dnf
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb
Instance Method Summary collapse
-
#conf_file ⇒ Object?
The remote dnf configuration file to use for the transaction.
-
#disable_gpg_check ⇒ :yes, ...
Whether to disable the GPG checking of signatures of packages being installed.
-
#disablerepo ⇒ Object?
I(Repoid) of repositories to disable for the install/update operation.
-
#enablerepo ⇒ String?
I(Repoid) of repositories to enable for the install/update operation.
-
#list ⇒ Object?
Various (non-idempotent) commands for usage with C(/usr/bin/ansible) and I(not) playbooks.
-
#name ⇒ String
Package name, or package specifier with version, like C(name-1.0).
-
#state ⇒ :present, ...
Whether to install (C(present), C(latest)), or remove (C(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
#conf_file ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 28 attribute :conf_file |
#disable_gpg_check ⇒ :yes, ...
31 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 31 attribute :disable_gpg_check |
#disablerepo ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 25 attribute :disablerepo |
#enablerepo ⇒ String?
21 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 21 attribute :enablerepo |
#list ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 14 attribute :list |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 10 attribute :name |
#state ⇒ :present, ...
17 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb', line 17 attribute :state |