mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
Add path type in homebrew 'path' option (#2692)
This commit is contained in:
committed by
Matt Clay
parent
14476c0e8b
commit
69a3e66460
@@ -791,6 +791,7 @@ def main():
|
||||
path=dict(
|
||||
default="/usr/local/bin",
|
||||
required=False,
|
||||
type='path',
|
||||
),
|
||||
state=dict(
|
||||
default="present",
|
||||
|
||||
Reference in New Issue
Block a user