From 0fadd691465b97db8992cfc66650f630e433324b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 16 Nov 2016 15:31:28 +0200 Subject: [PATCH] - Better name for check. --- hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.yaml b/hooks.yaml index e42edb5..3097abb 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -1,6 +1,6 @@ --- - id: ansible-syntax-check - name: Check Ansible playbooks + name: Syntax check Ansible playbooks description: Check Ansible playbooks for syntax errors. language: script entry: ansible-syntax-check -- GitLab