diff --git a/.gitea/workflows/ansible.yml b/.gitea/workflows/ansible.yml index 04e7743..62157ba 100644 --- a/.gitea/workflows/ansible.yml +++ b/.gitea/workflows/ansible.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ansible - run: pip install ansible + run: python3 -m pip install --break-system-packages ansible - name: Write SSH key run: |