From 6bf11f81ea2a55b0f87888fc82cf7f9a5c9edf07 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Wed, 3 Nov 2021 13:09:10 +0200 Subject: [PATCH] Use Ansible 2.11 for pre-commit tests Change-Id: I7fa69af7c78409390786cc3a336cb15760c727ea --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0db3331a4..f7933cc35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: ansible-lint additional_dependencies: - - 'ansible<2.10' + - 'ansible-core<2.12' - yamllint - repo: https://github.com/openstack-dev/bashate.git rev: 2.0.0