From 6e3d1adea018f27097aeaae0a5778787dddb5e0d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 12 Jan 2022 14:39:50 +0100 Subject: [PATCH] tests: bump ansible-lint version see https://github.com/ansible-community/ansible-lint/issues/1795 Signed-off-by: Guillaume Abrioux --- .github/workflows/ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7eb807a..9307617 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -10,5 +10,5 @@ jobs: with: python-version: '3.8' architecture: x64 - - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7 - - run: ansible-lint -v --force-color ./*.yml + - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==5.3.2 + - run: ansible-lint -v --force-color -c tests/ansible-lint.conf ./*.yml