Documentation

homebrew_cask - Install/uninstall homebrew casks.

New in version 1.6.

Synopsis

Manages Homebrew casks.

Options

parameter required default choices comments
name
yes
    name of cask to install/remove
    state
    no present
    • present
    • absent
    state of the cask

    Examples

    - homebrew_cask: name=alfred state=present
    - homebrew_cask: name=alfred state=absent
    

    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, Helping Testing PRs and Developing Modules.