From 3c098e7e9d948af637203f5bf37343b48d2961e8 Mon Sep 17 00:00:00 2001 From: etgraylog Date: Mon, 13 Jan 2025 02:06:18 -0500 Subject: [PATCH] 2nd pass remove work-around for ansible issue-2904. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c16559..65a2cc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,6 @@ jobs: - name: Install test dependencies. run: pip3 install -r requirements.txt - #- name: Install ansible 4.2.0 to work-around packaging issue (issue-2904) - # run: pip3 install --force 'ansible==4.2.0' - - name: Run Molecule tests. run: molecule test --scenario-name=ci env: