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
Production GitOps Engine / execute-ansible (push) Failing after 46s
Details
This commit is contained in:
parent
3919d62107
commit
b4642a76c6
|
|
@ -21,7 +21,9 @@ jobs:
|
||||||
|
|
||||||
- name: Bootstrap Ansible Runtime
|
- name: Bootstrap Ansible Runtime
|
||||||
run: |
|
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
|
- name: Run Orchestration Playbook
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue