ansible has hidden dependency when used with --ask-pass
without sshpass, as far as i can tell it can be used
only with private keys (of course --ask-pass makes no
sense most of the time, but i think it should be
available)
after sshpass has been imported, this patch should
be applied.
-f
--
iraqi rifle for sale. never fired. dropped once.
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ansible/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile 12 Sep 2014 20:46:46 -0000 1.33
+++ Makefile 19 Sep 2014 10:20:53 -0000
@@ -4,7 +4,7 @@ COMMENT = ssh based config management f
MODPY_EGG_VERSION = 1.7.1
DISTNAME = ansible-${MODPY_EGG_VERSION}
-REVISION = 1
+REVISION = 2
CATEGORIES = sysutils
@@ -23,6 +23,7 @@ MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = security/py-crypto \
security/py-keyczar \
security/py-paramiko \
+ security/sshpass \
textproc/py-yaml \
www/py-httplib2 \
www/py-jinja2