fix(cicd): fixing python version and cmd
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.14.3'
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Build bundle
|
||||
run: |
|
||||
ansible-bundler bootstrap.yml -o bootstrap.run
|
||||
bundle-playbook bootstrap.yml -o bootstrap.run
|
||||
|
||||
- name: Generate checksums
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user