add .gitea ansible-lint exclusion
Some checks failed
Ansible Test / Callback-Demo-Ansible-Pipeline (push) Failing after 14s

This commit is contained in:
Chris Hammer 2023-12-13 00:47:00 -05:00
parent 0836b26a6f
commit 2b090ad7bb

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is tesing Ansible with Gitea Actions
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Callback-Demo-Ansible-Pipeline:
runs-on: ansible-dev-centos9 runs-on: ansible-dev-centos9
steps: steps:
- name: Clone repository - name: Clone repository
@ -31,7 +31,7 @@ jobs:
- name: Run Ansible-Lint - name: Run Ansible-Lint
run: | run: |
ansible-lint --offline --exclude collections/ansible_collections ansible-lint --offline --exclude collections/ansible_collections --exclude .gitea
- name: Run Ansible-Playbook - name: Run Ansible-Playbook
run: | run: |