From bc01f17eb6be1eb958321e500a5c6e617b0ed7bd Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
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..03c0127 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
-- 
GitLab