Fix ansible-lint issue

There are failures with ansible-lint.
https://zuul.opendev.org/t/openstack/build/b89f36f3bd534733b2337a661bc090e5

This patch fixes the issue

Change-Id: I1249aa48837df422379e3b3daa17d3a67f1ef336
This commit is contained in:
Sanjay Chari 2023-06-22 11:05:26 +05:30
parent 1720d3ce11
commit 7a7b28c4c6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
rev: v6.17.1
hooks:
- id: ansible-lint
files: 'ansible/.(yaml|yml)$'