diff --git a/.drone.yml b/.drone.yml index 1b77ac9..c43ac8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: ansible-lint image: python:3.10.6 commands: + # Make sure to update the ansible version below as well - pip --disable-pip-version-check install ansible==7.2.0 ansible-lint==6.16.1 > /dev/null 2> /dev/null - ansible-lint -c .ansible-lint ansible @@ -22,7 +23,7 @@ steps: VAULT_PASSWORD: from_secret: vault_password commands: - - pip install ansible==6.4.0 > /dev/null 2> /dev/null + - pip install ansible==7.2.0 > /dev/null 2> /dev/null - mkdir "$HOME/.ssh" - echo "$SSH_KEY" > "$HOME/.ssh/id"