fix: no playbook syntax chech because this repo as no playbook
This commit is contained in:
parent
02a3a964f3
commit
3033bd22a9
1 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,8 @@ include:
|
||||||
file:
|
file:
|
||||||
- '/templates/stages.yml'
|
- '/templates/stages.yml'
|
||||||
- '/templates/job/ansible/lint.yml'
|
- '/templates/job/ansible/lint.yml'
|
||||||
|
|
||||||
|
# No playbook in this repo
|
||||||
|
ansible-syntax-check:
|
||||||
|
rules:
|
||||||
|
- when: never
|
||||||
|
|
Loading…
Reference in a new issue