Fix ansible-lint failure

Change-Id: I622a45d472ae3adb007f9d3f6aed5f166c49c302
This commit is contained in:
Sagi Shnaidman 2022-01-10 15:05:19 +02:00
parent 0873c32187
commit 1809de92a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ repos:
- flake8-black>=0.1.1 - flake8-black>=0.1.1
language_version: python3 language_version: python3
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v5.1.2 rev: v5.3.2
hooks: hooks:
- id: ansible-lint - id: ansible-lint
always_run: true always_run: true