mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix FreeBSD package install in test setup.sh.
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user