diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 96c1c2c..6579bad 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -152,7 +152,7 @@ jobs: - name: Install Python Dependencies run: | - python3 -m pip install --upgrade pip + apt-get update && apt-get install -y python3-pip pip3 install ansible kubernetes jinja2 pyyaml - name: Install Ansible Collections