mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
(cherry picked from commit 015566fb06)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -111,7 +111,7 @@ EXAMPLES = '''
|
||||
community.general.homebrew_cask:
|
||||
name: alfred
|
||||
state: present
|
||||
accept_external_apps: True
|
||||
accept_external_apps: true
|
||||
|
||||
- name: Remove cask with force option
|
||||
community.general.homebrew_cask:
|
||||
@@ -133,7 +133,7 @@ EXAMPLES = '''
|
||||
community.general.homebrew_cask:
|
||||
name: 1password
|
||||
state: upgraded
|
||||
greedy: True
|
||||
greedy: true
|
||||
|
||||
- name: Using sudo password for installing cask
|
||||
community.general.homebrew_cask:
|
||||
|
||||
Reference in New Issue
Block a user