add .gitea ansible-lint exclusion
Some checks failed
Ansible Test / Callback-Demo-Ansible-Pipeline (push) Failing after 14s
Some checks failed
Ansible Test / Callback-Demo-Ansible-Pipeline (push) Failing after 14s
This commit is contained in:
parent
0836b26a6f
commit
2b090ad7bb
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user