From 8efb544308d86223a1d788d02fe2f6c8d32b375d Mon Sep 17 00:00:00 2001 From: kogeler Date: Fri, 24 May 2024 12:30:05 +0300 Subject: [PATCH] test ci Signed-off-by: kogeler --- .github/workflows/reusable-molecule.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index b5245ff..4e2995d 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -34,20 +34,10 @@ jobs: - name: Setup molecule run: | pip3 install --no-cache-dir yamllint ansible==${{ inputs.ansible-version }} ansible-lint \ - molecule==6.0.3 molecule-plugins[docker]==23.5.0 docker \ + molecule==6.0.2 molecule-plugins[docker]==23.5.0 docker \ jmespath - name: Print Ansible version run: ansible --version - - name: Setup LXD - if: ${{ env.MOLECULE_IS_PRESENT && inputs.molecule-driver == 'lxd' }} - # https://github.com/canonical/setup-lxd - uses: canonical/setup-lxd@v0.1.1 - with: - channel: latest/stable - - name: Setup LXD molecule module - if: ${{ env.MOLECULE_IS_PRESENT && inputs.molecule-driver == 'lxd' }} - run: | - pip3 install --no-cache-dir molecule-lxd - name: Run lint run: | set -e