From 3033bd22a9beb38af2cc24959d4efd04c24b5f52 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier Date: Tue, 12 Oct 2021 10:10:35 +0200 Subject: [PATCH] fix: no playbook syntax chech because this repo as no playbook --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4019466..c66046c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,3 +8,8 @@ include: file: - '/templates/stages.yml' - '/templates/job/ansible/lint.yml' + +# No playbook in this repo +ansible-syntax-check: + rules: + - when: never