Skip to content

Commit ab0ec10

Browse files
[ISV-6393] Update playboks for ansible 2.19
1 parent 8389718 commit ab0ec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yaml_and_ansible_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Install ansible-lint(5.0.6) together with yamllint(1.26.0) and run the linting on the whole repo
2626
run: |
2727
python -m pip install ansible
28-
pip install ansible-lint==5.0.6 yamllint==1.26.0
28+
pip install ansible-lint==24.0.0 yamllint==1.26.0
2929
ansible-lint -c ansible-lint.yml *.yml |& tee lint-output.txt
3030
if egrep -i '^(warning.*listing.*violation\(s)\)' lint-output.txt; then
3131
exit 1

0 commit comments

Comments
 (0)