From 6210c81438a3d4b1085a4666d3ef648822721f9e Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 7 Sep 2020 12:10:33 +0200 Subject: [PATCH] Update ansible linter 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 d380183..4641509 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.2 + rev: v4.3.4 hooks: - id: ansible-lint name: Check yaml files (ansible-lint)