From 52369accf792c308afdc28f830cfce8c4ff03eea Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 26 Aug 2020 12:04:06 +0200 Subject: [PATCH] Update ansible-lint on CI --- .travis-pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-pre-commit-config.yaml b/.travis-pre-commit-config.yaml index e9c37ac..d380183 100644 --- a/.travis-pre-commit-config.yaml +++ b/.travis-pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v4.3.0a0 + rev: v4.3.2 hooks: - id: ansible-lint name: Check yaml files (ansible-lint)