diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 45e3c70..ab1a79e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,22 +12,6 @@ jobs: molecule: name: molecule runs-on: ubuntu-latest - strategy: - matrix: - scenario: - - name: install - - name: offline - - name: online - - name: stop - - name: start - - name: restart - image: - - name: ubuntu2204 - command: /lib/systemd/systemd - - name: ubuntu2004 - command: /lib/systemd/systemd - - name: debian11 - command: /lib/systemd/systemd steps: - name: Check out the codebase uses: actions/checkout@v4 @@ -57,6 +41,3 @@ jobs: env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' - MOLECULE_DOCKER_IMAGE: ${{ matrix.image.name }} - MOLECULE_DOCKER_COMMAND: ${{ matrix.image.command }} - MOLECULE_SCENARIO: ${{ matrix.scenario.name }}