From a5d17539c6108e87f41d0f43bb4b3ce5a5d1fbc1 Mon Sep 17 00:00:00 2001 From: Cesar Francisco San Nicolas Martinez Date: Wed, 28 Feb 2024 14:56:49 +0100 Subject: [PATCH] Removing Podman to use Docker again in the collection ci (#14938) Removing Podman var to use Docker again in the collection ci --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afdbd69eb6..ca5dbe0143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,10 +127,6 @@ jobs: - name: Run sanity tests run: make test_collection_sanity - env: - # needed due to cgroupsv2. This is fixed, but a stable release - # with the fix has not been made yet. - ANSIBLE_TEST_PREFER_PODMAN: 1 collection-integration: name: awx_collection integration