Class: Ansible::Ruby::Modules::Pacman

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

Overview

Manage packages with the I(pacman) package manager, which is used by Arch Linux and its variants.

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

#forceSymbol?



24
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 24

attribute :force

#nameArray<String>, ...



12
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 12

attribute :name

#recurseSymbol?



20
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 20

attribute :recurse

#state:absent, ...



16
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 16

attribute :state

#update_cacheSymbol?



28
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 28

attribute :update_cache

#upgradeSymbol?



32
# File 'lib/ansible/ruby/modules/generated/packaging/os/pacman.rb', line 32

attribute :upgrade