From 71bb2855f34a811e95ef0b71a6e4fc63598fed77 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 19 Jun 2016 15:45:46 +0300 Subject: [PATCH] - By default, run on any playbook.yml found. --- hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.yaml b/hooks.yaml index 58be96e..de91568 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -4,4 +4,4 @@ description: Check Ansible playbooks for syntax errors. language: script entry: ansible-pre-commit - files: \.(yaml|yml)$ + files: playbook.yml -- GitLab