upgrade dependencies

This commit is contained in:
Lee Goolsbee
2022-09-07 15:46:23 -05:00
parent 4854676d50
commit e1f5521652
6 changed files with 504 additions and 761 deletions

View File

@@ -4,13 +4,14 @@ set -e
source /etc/os-release
if [[ $ID = "amzn" ]]; then
amazon-linux-extras enable python3.8
yum clean metadata
yum install -y \
python3-devel \
python3-pip \
python2-boto3 \
python2-botocore \
python2-pip
python38
python38-pip
python38-devel
python-lxml
else
# FIXME: Currently assumes Debian-based
apt-get update && \
@@ -32,4 +33,4 @@ if [[ $1 == "--dev" ]]; then
fi
echo "Installing collections from galaxy..."
pipenv run ansible-galaxy collection install -v -r requirements.yml
pipenv run ansible-galaxy collection install --upgrade --verbose --requirements-file requirements.yml