mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix homebrew_cask examples
This commit is contained in:
committed by
Matt Clay
parent
b718e10a88
commit
dd59cadfd6
@@ -50,8 +50,8 @@ EXAMPLES = '''
|
|||||||
- homebrew_cask: name=alfred state=present
|
- homebrew_cask: name=alfred state=present
|
||||||
- homebrew_cask: name=alfred state=absent
|
- homebrew_cask: name=alfred state=absent
|
||||||
- homebrew_cask: name=alfred state=present install_options="appdir=/Applications"
|
- homebrew_cask: name=alfred state=present install_options="appdir=/Applications"
|
||||||
- homebrew_cask: name=alfred state=present install_options="--debug appdir=/Applications"
|
- homebrew_cask: name=alfred state=present install_options="debug,appdir=/Applications"
|
||||||
- homebrew_cask: name=alfred state=absent install_options="--force"
|
- homebrew_cask: name=alfred state=absent install_options="force"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|||||||
Reference in New Issue
Block a user