From 2f1d287b1cf5ada3e4a8ebb889e6c07fa72558b9 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 10 Feb 2021 07:41:43 +0100 Subject: [PATCH] tests: pin ansible-lint version This commit pins the ansible-lint version to 4.3.7 as ceph-ansible isn't compatible with recent changes in 5.0.0 Signed-off-by: Guillaume Abrioux --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 843f40468..3a5cbb2af 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -14,5 +14,5 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint + - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7 - run: ansible-lint -x 106,204,205,208 -v --force-color ./roles/*/ ./infrastructure-playbooks/*.yml site-container.yml.sample site-container.yml.sample \ No newline at end of file