1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix version_added for install_options in homebrew

This commit is contained in:
James Tanner 2014-04-08 10:13:33 -04:00
parent 03f99a57b7
commit 5308c5dbdf

View file

@ -49,6 +49,7 @@ options:
- options flags to install a package
required: false
default: null
version_added: "1.4"
notes: []
'''
EXAMPLES = '''