Class: Ansible::Ruby::Modules::Urpmi
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Urpmi
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb
Instance Method Summary collapse
-
#force ⇒ Boolean?
Assume “yes” is the answer to any question urpmi has to ask.
-
#no_recommends ⇒ Boolean?
Corresponds to the C(–no-recommends) option for I(urpmi).
-
#pkg ⇒ Array<String>, String
Name of package to install, upgrade or remove.
-
#state ⇒ :absent, ...
Indicates the desired package state.
-
#update_cache ⇒ Boolean?
Update the package database first C(urpmi.update -a).
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
#force ⇒ Boolean?
Returns Assume “yes” is the answer to any question urpmi has to ask. Corresponds to the C(–force) option for I(urpmi).
26 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb', line 26 attribute :force |
#no_recommends ⇒ Boolean?
Returns Corresponds to the C(–no-recommends) option for I(urpmi).
22 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb', line 22 attribute :no_recommends, original_name: 'no-recommends' |
#pkg ⇒ Array<String>, String
Returns name of package to install, upgrade or remove.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb', line 10 attribute :pkg |
#state ⇒ :absent, ...
Returns Indicates the desired package state.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb', line 14 attribute :state |
#update_cache ⇒ Boolean?
Returns update the package database first C(urpmi.update -a).
18 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb', line 18 attribute :update_cache |