Note
This plugin is part of the community.general collection (version 2.0.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.homebrew_tap
.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
name list / elements=string / required | The GitHub user/organization repository to tap. aliases: tap | |
state string |
| state of the repository. |
url string | The optional git URL of the repository to tap. The URL is not assumed to be on GitHub, and the protocol doesn't have to be HTTP. Any location and protocol that git can handle is fine.
name option may not be a list of multiple taps (but a single tap instead) when this option is provided. |
- name: Tap a Homebrew repository, state present community.general.homebrew_tap: name: homebrew/dupes - name: Tap a Homebrew repository, state absent community.general.homebrew_tap: name: homebrew/dupes state: absent - name: Tap a Homebrew repository, state present community.general.homebrew_tap: name: homebrew/dupes,homebrew/science state: present - name: Tap a Homebrew repository using url, state present community.general.homebrew_tap: name: telemachus/brew url: 'https://bitbucket.org/telemachus/brew'
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/community/general/homebrew_tap_module.html