From fb8439e3722a3b30da0bdb2344e2c1e52003f18c Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Fri, 10 Apr 2020 20:58:02 +0300 Subject: [PATCH] Bumped minor version. --- .pre-commit-hooks.yaml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1fd8ed1..2253881 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,7 +4,8 @@ description: Check Ansible playbooks for syntax errors. language: python entry: ansible-playbook - files: playbook.yml + files: playbook\.yml + types: [yaml] args: ['--inventory=localhost,', '--syntax-check'] - id: ansible-vault-check name: Verify vaulted files diff --git a/VERSION b/VERSION index 8adc70f..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.9.0 \ No newline at end of file -- GitLab