From 304ee4733ef539948a1289f7350fe34aaafc0222 Mon Sep 17 00:00:00 2001 From: Ricardo Gomez_Ulmke Date: Sat, 6 Aug 2022 07:46:42 +0200 Subject: [PATCH] ansible-test workflow --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index e774bbf2..4f9e4c5c 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -33,8 +33,8 @@ jobs: # 3.6 is always tested python-version: [ '3.8.10' ] ansible-version: [ - "ansible>=2.10.3,<2.11", # this is 2.10 - "ansible>=4.10.0,<5.0.0", # this is 2.11 + # "ansible>=2.10.3,<2.11", # this is 2.10 + # "ansible>=4.10.0,<5.0.0", # this is 2.11 "ansible>=5.1.0,<6.0.0" # this is 2.12 ]