From fa8719861ae2e05ae6d696a05997411ca8dc3086 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Wed, 25 Aug 2021 13:29:04 +0300 Subject: [PATCH] Use ansible-core 2.11 for tests Change-Id: Id0f5ed1b2ccd061bedd231c8cb50ecfe7db55d97 --- ansible-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-requirements.txt b/ansible-requirements.txt index b18ac42..f5398ac 100644 --- a/ansible-requirements.txt +++ b/ansible-requirements.txt @@ -2,5 +2,5 @@ # to licensing conflicts. But we sill need to be able to pull them in for # lint checks and want to document these as ansible specific things that may # be required for this repository. -ansible>=2.8,<2.10 +ansible-core<2.12 ansible-lint diff --git a/requirements.txt b/requirements.txt index 68972eb..d155c5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pbr>=1.6 -ansible>=2.8,<2.10 +ansible-core<2.12