From 2b090ad7bb1ec339e4e58e3b6725dcd3ee927385 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 13 Dec 2023 00:47:00 -0500 Subject: [PATCH] add .gitea ansible-lint exclusion --- .gitea/workflows/ansible-centos9.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ansible-centos9.yml b/.gitea/workflows/ansible-centos9.yml index 0330c93..d9f3d1f 100644 --- a/.gitea/workflows/ansible-centos9.yml +++ b/.gitea/workflows/ansible-centos9.yml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is tesing Ansible with Gitea Actions on: [push] jobs: - Explore-Gitea-Actions: + Callback-Demo-Ansible-Pipeline: runs-on: ansible-dev-centos9 steps: - name: Clone repository @@ -31,7 +31,7 @@ jobs: - name: Run Ansible-Lint run: | - ansible-lint --offline --exclude collections/ansible_collections + ansible-lint --offline --exclude collections/ansible_collections --exclude .gitea - name: Run Ansible-Playbook run: |