diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8214172..7131021 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,10 @@ jobs: - name: install ansible run: | - apt install ansible -y + apt update -y + apt install python3-pip -y + python3 -m pip install ansible + python3 -m pip install ansible-lint - name: Portainer webhook run: |