maybe we don't need more python?
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7s
This commit is contained in:
9
.github/workflows/infra.yaml
vendored
9
.github/workflows/infra.yaml
vendored
@@ -24,16 +24,15 @@ jobs:
|
||||
with:
|
||||
fetch-depth: ${{ env.DEPLOY == 'some' && 2 || 1 }}
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.11"
|
||||
# - name: Setup Python
|
||||
# uses: actions/setup-python@v4
|
||||
# with:
|
||||
# python-version: "3.11"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install -r requirements.txt
|
||||
ansible-galaxy collection install community.general
|
||||
id
|
||||
|
||||
- name: Check playbooks
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user