From 9fe012eadd0086214c6bc8db0b13c6d9251896b7 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..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
-- 
GitLab