From 6633e1fef3aef9e03a7cf54ba1d6dac1e064c187 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 31 Oct 2019 19:34:41 +0000 Subject: [PATCH] lint: fix role detection in ansible-lint Bump ansible-lint to 4.1.1a6 as the previous version had a bug which made it detect only some roles. This version finds 7 roles instead of 3. They are in good shape so no other change is needed. Change-Id: I01f052d8203180992dedf3917616c773e4bd5c18 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc6a02c91..7c601f80c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # types: [file, yaml] # entry: yamllint --strict -f parsable - repo: https://github.com/ansible/ansible-lint.git - rev: v4.1.1a5 + rev: v4.1.1a6 hooks: - id: ansible-lint always_run: true