fix(cicd): fixing python version and cmd

This commit is contained in:
Sebastian Rust
2026-02-06 09:26:43 +01:00
parent 475b963b70
commit 9519c15561

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.14.3' python-version: '3.12'
cache: 'pip' cache: 'pip'
- name: Install dependencies - name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
- name: Build bundle - name: Build bundle
run: | run: |
ansible-bundler bootstrap.yml -o bootstrap.run bundle-playbook bootstrap.yml -o bootstrap.run
- name: Generate checksums - name: Generate checksums
run: | run: |