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: |