diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1fd8ed11801ea599a43ffb28f7e3eda5973f62d9..2253881ffbf5404fd98ebd2f15353c00c6f1ffe4 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 8adc70fdd9d6a086cc636d251adf0c7a7bca8319..899f24fc754a14b89617093824d258aaa3aa2943 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