homebrew
Collection: community.general
Full Name: parallax.community.general.homebrew
Aliases: community.general.homebrew, homebrew
Synopsis
Manage homebrew
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | Name of package to install/remove | |
| state | string | present | State of the package (present, absent, latest, upgraded, linked, unlinked) | |
| update_homebrew | bool | false | Update homebrew itself first | |
| upgrade_all | bool | false | Upgrade all homebrew packages | |
| install_options | string | Options flags to install a package | ||
| path | string | /usr/local/bin | Path to homebrew bin directory |
Example
- name: Example homebrew task
homebrew:
name: <your_name>