summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-05-29 22:00:18 -0700
committerMatt Clay <matt@mystile.com>2018-05-30 09:00:43 -0700
commitb184e73b897d6e702f1c4c7868c963633921aa51 (patch)
tree5a7e6d0694e241ecabc8c173174812071e793768
parent848327a6b5d6bd8c3232e8fe01f8daa3e2f65df8 (diff)
downloadansible-b184e73b897d6e702f1c4c7868c963633921aa51.tar.gz
Fix FreeBSD package install in test setup.sh.
(cherry picked from commit c3d3b6cedc2a207c41c7e4297ecca4329dc8dc8e)
-rw-r--r--test/runner/setup/remote.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner/setup/remote.sh b/test/runner/setup/remote.sh
index d8d2a7707e..c7510e3d1f 100644
--- a/test/runner/setup/remote.sh
+++ b/test/runner/setup/remote.sh
@@ -16,6 +16,9 @@ if [ "${platform}" = "freebsd" ]; then
curl \
gtar \
python \
+ py27-Jinja2 \
+ py27-virtualenv \
+ py27-cryptography \
sudo \
&& break
echo "Failed to install packages. Sleeping before trying again..."