From fee6fcfbdda69831185abcbd3929f888a7b7d374 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 1 Jul 2024 14:04:58 +0200 Subject: [PATCH] Fedora 32 and 33 images no longer work with ansible-core 2.11 on GHA. --- .github/workflows/ansible-test.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index c08d8b1fc6..03a5dacacc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -134,30 +134,6 @@ jobs: - ansible: '' include: # 2.11 - - ansible: '2.11' - docker: fedora32 - python: '' - target: azp/posix/1/ - - ansible: '2.11' - docker: fedora32 - python: '' - target: azp/posix/2/ - - ansible: '2.11' - docker: fedora32 - python: '' - target: azp/posix/3/ - - ansible: '2.11' - docker: fedora33 - python: '' - target: azp/posix/1/ - - ansible: '2.11' - docker: fedora33 - python: '' - target: azp/posix/2/ - - ansible: '2.11' - docker: fedora33 - python: '' - target: azp/posix/3/ - ansible: '2.11' docker: alpine3 python: ''