Class: Ansible::Ruby::Modules::Homebrew

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

Overview

Manages Homebrew packages

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#install_optionsArray<String>, ...



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

attribute :install_options

#nameArray<String>, ...



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

attribute :name

#pathString?



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

attribute :path

#state:head, ...



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

attribute :state

#update_homebrew:yes, ...



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

attribute :update_homebrew

#upgrade_all:yes, ...



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

attribute :upgrade_all