git commit -m "ci: shift ansible provisioning from apt to pip to support arch python"
Production GitOps Engine / execute-ansible (push) Failing after 46s Details

This commit is contained in:
Lucas Conrad 2026-06-03 17:42:40 +02:00
parent 3919d62107
commit b4642a76c6
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ jobs:
- name: Bootstrap Ansible Runtime
run: |
apt-get update && apt-get install -y ansible
apt-get update && apt-get install -y python3-pip sshpass
# Pull upstream Ansible to ensure Python 3.12+ compatibility
pip3 install ansible
- name: Run Orchestration Playbook
run: |