diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6579bad..fddfcb0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -153,7 +153,7 @@ jobs: - name: Install Python Dependencies run: | apt-get update && apt-get install -y python3-pip - pip3 install ansible kubernetes jinja2 pyyaml + pip3 install --break-system-packages ansible kubernetes jinja2 pyyaml - name: Install Ansible Collections run: ansible-galaxy collection install -r ansible/requirements.yml