fix: Use system Python instead of setup-python action
Some checks failed
Deploy Cluster / Terraform (push) Successful in 21s
Deploy Cluster / Ansible (push) Failing after 12s

This commit is contained in:
2026-02-28 22:45:50 +00:00
parent 34c2b6895e
commit 19ba491c54

View File

@@ -150,14 +150,10 @@ jobs:
mkdir -p ../outputs
terraform output -json > ../outputs/terraform_outputs.json
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Ansible
- name: Install Python Dependencies
run: |
pip install ansible kubernetes jinja2 pyyaml
python3 -m pip install --upgrade pip
pip3 install ansible kubernetes jinja2 pyyaml
- name: Install Ansible Collections
run: ansible-galaxy collection install -r ansible/requirements.yml