From 2b6cfecb7effe829d3be098efbb472d388999cd8 Mon Sep 17 00:00:00 2001 From: aditya-deshpande Date: Wed, 29 Jan 2025 14:07:25 +0530 Subject: [PATCH] Update ansible-lint.yml --- .github/workflows/ansible-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 5d2914080..311760138 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -76,7 +76,8 @@ jobs: # Arguments to override a package and its version to be set explicitly. # Must follow the example syntax. override-deps: | - ansible==9.5.1 + ansible==2.16.13 + ansible-core==9.5.1 ansible-lint==6.22 # [optional] # Arguments to be passed to the ansible-lint