mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Adjust booleans in packaging modules. (#5154)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user