This commit is contained in:
2022-03-11 14:20:52 +13:00
parent 935b536535
commit 6a29e9d2b0

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" \
- python3 -m pip install --upgrade "ansible<=2.10.0" \
flake8 \
"molecule[docker]"
"molecule[docker]<3.4.0"
- mkdir ${DRONE_REPO_NAME}
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
- cd ${DRONE_REPO_NAME}