mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
(cherry picked from commit ddc989ec6d
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c5ff49db56
commit
5a2e7f9b1b
38 changed files with 242 additions and 228 deletions
|
@ -51,7 +51,7 @@ options:
|
|||
- Update homebrew itself first.
|
||||
- Note that C(brew cask update) is a synonym for C(brew update).
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
install_options:
|
||||
description:
|
||||
- Options flags to install a package.
|
||||
|
@ -62,13 +62,13 @@ options:
|
|||
description:
|
||||
- Allow external apps.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
upgrade_all:
|
||||
description:
|
||||
- Upgrade all casks.
|
||||
- Mutually exclusive with C(upgraded) state.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
aliases: [ 'upgrade' ]
|
||||
greedy:
|
||||
description:
|
||||
|
@ -76,7 +76,7 @@ options:
|
|||
- Passes --greedy to brew cask outdated when checking
|
||||
if an installed cask has a newer version available.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
- name: Install cask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue