Actualiser .gitea/workflows/ci.yml
Some checks failed
Run ansible / ansible_lint_and_syntax_check (push) Failing after 41s
Run ansible / run-ansible-playbook (push) Has been skipped

This commit is contained in:
2025-08-23 11:28:56 +02:00
parent 27c44484ee
commit e0d6f0e0ef

View File

@@ -26,10 +26,7 @@ jobs:
- name: Run Ansible Lint
run: ansible-lint
skip_list:
- yaml
warn_list:
- yaml[document-start]
continue-on-error: true
# - name: Run playbook "main"
# run: |