Add path type in homebrew 'path' option (#2692)
This commit is contained in:
parent
7ffd42f727
commit
99763bc91d
1 changed files with 1 additions and 0 deletions
|
@ -791,6 +791,7 @@ def main():
|
|||
path=dict(
|
||||
default="/usr/local/bin",
|
||||
required=False,
|
||||
type='path',
|
||||
),
|
||||
state=dict(
|
||||
default="present",
|
||||
|
|
Loading…
Reference in a new issue