From bec1ffeeb847f48a09388c1da96b19abef1389b0 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 5 Aug 2021 18:21:05 +0300 Subject: [PATCH] Change tests to run on ansible-core 2.11 Change-Id: I6403449c458609ca4874e5485d8a3326fcc9d87e --- test-ansible-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-ansible-requirements.txt b/test-ansible-requirements.txt index 3e87cc19c0..28fed03670 100644 --- a/test-ansible-requirements.txt +++ b/test-ansible-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. yaql>=1.1.3 # Apache 2.0 License -ansible>=2.8.6 # GPL +ansible-core<2.12 # GPL ansible-runner>=1.4.2 # Apache ansi2html>=1.5.2 # GPL (soft-dependency of pytest-html) pytest>=5.2.2 # MIT