mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix FreeBSD package install in test setup.sh.
This commit is contained in:
@@ -16,6 +16,9 @@ if [ "${platform}" = "freebsd" ]; then
|
|||||||
curl \
|
curl \
|
||||||
gtar \
|
gtar \
|
||||||
python \
|
python \
|
||||||
|
py27-Jinja2 \
|
||||||
|
py27-virtualenv \
|
||||||
|
py27-cryptography \
|
||||||
sudo \
|
sudo \
|
||||||
&& break
|
&& break
|
||||||
echo "Failed to install packages. Sleeping before trying again..."
|
echo "Failed to install packages. Sleeping before trying again..."
|
||||||
|
|||||||
Reference in New Issue
Block a user