idk
Production GitOps Engine / execute-ansible (push) Successful in 44s Details

This commit is contained in:
Lucas Conrad 2026-06-04 00:51:51 +02:00
parent b4642a76c6
commit f818e8106d
1 changed files with 1 additions and 1 deletions

View File

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