update versions

This commit is contained in:
2022-03-11 12:55:21 +13:00
parent 50dc14b912
commit 971fe8a31d

View File

@@ -21,9 +21,9 @@ steps:
path: /var/run
commands:
- apt-get update && apt-get install -y rsync
- python3 -m pip install --upgrade "ansible<2.10.0" \
- python3 -m pip install --upgrade "ansible<2.9.26" \
flake8 \
"molecule[docker]==3.4.0"
"molecule[docker]==3.3.1"
- mkdir ${DRONE_REPO_NAME}
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
- cd ${DRONE_REPO_NAME}