Downgrading Python version (3.12 to 3.11).
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 10m28s
Gitea Branch PR & Ansible Deployment / Ansible Lints (push) Failing after 14m22s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 1m2s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 4m29s
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 10m28s
Gitea Branch PR & Ansible Deployment / Ansible Lints (push) Failing after 14m22s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 1m2s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 4m29s
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.11
|
||||||
- name: Cache Ansible Galaxy Collections
|
- name: Cache Ansible Galaxy Collections
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
@@ -168,6 +168,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/vault/1.18.0/x64
|
path: /opt/hostedtoolcache/vault/1.18.0/x64
|
||||||
key: vault-${{ runner.os }}-1.18.0
|
key: vault-${{ runner.os }}-1.18.0
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: 3.11
|
||||||
- name: Install Ansible
|
- name: Install Ansible
|
||||||
uses: alex-oleshkevich/setup-ansible@v1.0.1
|
uses: alex-oleshkevich/setup-ansible@v1.0.1
|
||||||
with:
|
with:
|
||||||
@@ -175,7 +179,10 @@ jobs:
|
|||||||
- name: Install Vault
|
- name: Install Vault
|
||||||
uses: cpanato/vault-installer@main
|
uses: cpanato/vault-installer@main
|
||||||
- name: Install hvac
|
- name: Install hvac
|
||||||
run: pip install hvac
|
run: |
|
||||||
|
pip install hvac
|
||||||
|
export LD_LIBRARY_PATH=/lib64:/lib:$LD_LIBRARY_PATH
|
||||||
|
echo ${LD_LIBRARY_PATH}
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user