Actualiser .gitea/workflows/ci.yml
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 44s
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 44s
This commit is contained in:
@@ -12,7 +12,19 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install ansible
|
- name: Install ansible
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install ansible -y
|
apt update && apt upgrade
|
||||||
|
|
||||||
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
|
|
||||||
|
- name: Install Ansible and dependencies
|
||||||
|
run: |
|
||||||
|
pip install ansible ansible-lint
|
||||||
|
|
||||||
|
- name: Run Ansible Lint
|
||||||
|
run: ansible-lint
|
||||||
|
|
||||||
# - name: Run playbook "main"
|
# - name: Run playbook "main"
|
||||||
# run: |
|
# run: |
|
||||||
|
Reference in New Issue
Block a user