W3cubDocs

/Ansible

homebrew_tap - Tap a Homebrew repository.

New in version 1.6.

Synopsis

Tap external Homebrew repositories.

Requirements (on host that executes module)

  • homebrew

Options

parameter required default choices comments
name
yes
The GitHub user/organization repository to tap.
aliases: tap
state
no present
  • present
  • absent
state of the repository.
url
(added in 2.2)
no
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.

Examples

homebrew_tap: name=homebrew/dupes
homebrew_tap: name=homebrew/dupes state=absent
homebrew_tap: name=homebrew/dupes,homebrew/science state=present
homebrew_tap: name=telemachus/brew url=https://bitbucket.org/telemachus/brew

This is an Extras Module

For more information on what this means please read Extras Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/homebrew_tap_module.html