From 89b1b7ccef8b7ce79f22ad1cd81365b44aa4d614 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 12:59:24 +1300 Subject: [PATCH] .. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c768194..6d03795 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,15 +15,15 @@ notify: steps: - name: Test with Molecule - image: python:3.8 + image: python:3.9 volumes: - name: dockersock path: /var/run commands: - apt-get update && apt-get install -y rsync - - python3 -m pip install --upgrade "ansible<2.9.26" \ + - python3 -m pip install --upgrade "ansible<2.10.0" \ flake8 \ - "molecule[docker]==3.3.1" + "molecule[docker]" - mkdir ${DRONE_REPO_NAME} - rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME} - cd ${DRONE_REPO_NAME}