mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 12:40:22 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -47,7 +47,10 @@ options:
|
|||
aliases: ['pkg', 'package', 'formula']
|
||||
path:
|
||||
description:
|
||||
- "':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an alternative location in the system."
|
||||
- >
|
||||
':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed
|
||||
relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an
|
||||
alternative location in the system.
|
||||
required: false
|
||||
default: '/usr/local/bin'
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue