mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Move requirements into tests. (#35197)
This commit is contained in:
parent
060001b08d
commit
4f6017dc16
13 changed files with 54 additions and 26 deletions
|
@ -14,16 +14,9 @@ if [ "${platform}" = "freebsd" ]; then
|
|||
pkg install -y \
|
||||
bash \
|
||||
curl \
|
||||
devel/ruby-gems \
|
||||
git \
|
||||
gtar \
|
||||
mercurial \
|
||||
python \
|
||||
rsync \
|
||||
ruby \
|
||||
subversion \
|
||||
sudo \
|
||||
zip \
|
||||
&& break
|
||||
echo "Failed to install packages. Sleeping before trying again..."
|
||||
sleep 10
|
||||
|
@ -34,15 +27,10 @@ elif [ "${platform}" = "rhel" ]; then
|
|||
while true; do
|
||||
yum install -y \
|
||||
gcc \
|
||||
git \
|
||||
mercurial \
|
||||
python-devel \
|
||||
python-jinja2 \
|
||||
python-virtualenv \
|
||||
python2-cryptography \
|
||||
rubygems \
|
||||
subversion \
|
||||
unzip \
|
||||
&& break
|
||||
echo "Failed to install packages. Sleeping before trying again..."
|
||||
sleep 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue