From 9d9e2784d1f44bff98bce6f12683a69d87f710fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 20 Apr 2022 12:45:58 +0200 Subject: [PATCH] [Zuul] Use ansible lint instead ansible review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ansible review is no longer maintained upstream, let's use ansible lint instead. Signed-off-by: Michal Konečný --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d312f97229..7a02e6f580 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,5 @@ - project: check: jobs: - - fi-ansible-review-diff + - fi-ansible-lint-diff - fi-yamllint-diff