summaryrefslogtreecommitdiff
path: root/packaging/os
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc+code@indrajit.com>2016-08-10 01:50:53 -0500
committerRené Moser <mail@renemoser.net>2016-08-10 08:50:53 +0200
commit99763bc91d8540705e2c1e2178f30d5c69e2a163 (patch)
tree05d2dede8149f02705262f087d09824ed9398b21 /packaging/os
parent7ffd42f7274d04c6b1e67d11f50b9dcaf252bd80 (diff)
downloadansible-modules-extras-99763bc91d8540705e2c1e2178f30d5c69e2a163.tar.gz
Add path type in homebrew 'path' option (#2692)
Diffstat (limited to 'packaging/os')
-rwxr-xr-xpackaging/os/homebrew.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/os/homebrew.py b/packaging/os/homebrew.py
index d30c12d7..fa61984e 100755
--- a/packaging/os/homebrew.py
+++ b/packaging/os/homebrew.py
@@ -791,6 +791,7 @@ def main():
path=dict(
default="/usr/local/bin",
required=False,
+ type='path',
),
state=dict(
default="present",