mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 04:11:00 +00:00
homebrew: Also add 'formula' as alias for 'name' and reformat
This commit is contained in:
committed by
Matt Clay
parent
c397dfe9ed
commit
e115f62a2d
@@ -765,7 +765,11 @@ class Homebrew(object):
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
name=dict(aliases=["pkg", "package"], required=False, type='list'),
|
||||
name=dict(
|
||||
aliases=["pkg", "package", "formula"],
|
||||
required=False,
|
||||
type='list',
|
||||
),
|
||||
path=dict(required=False),
|
||||
state=dict(
|
||||
default="present",
|
||||
|
||||
Reference in New Issue
Block a user