Update homebrew_cask example docs (#61637)
Changed homebrew_cask module flag from "allow_external_apps" to "accept_external_apps" in example section
This commit is contained in:
parent
68f9cd14cb
commit
447c7d9ff0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ EXAMPLES = '''
|
||||||
- homebrew_cask:
|
- homebrew_cask:
|
||||||
name: alfred
|
name: alfred
|
||||||
state: present
|
state: present
|
||||||
allow_external_apps: True
|
accept_external_apps: True
|
||||||
|
|
||||||
- homebrew_cask:
|
- homebrew_cask:
|
||||||
name: alfred
|
name: alfred
|
||||||
|
|
Loading…
Reference in a new issue