mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 13:51:28 -07:00
Add version_added
doc property for install_options
in homebrew_cask
This commit is contained in:
parent
028aa0828c
commit
b718e10a88
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ options:
|
|||
- options flags to install a package
|
||||
required: false
|
||||
default: null
|
||||
version_added: "2.1"
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
- homebrew_cask: name=alfred state=present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue