From 928dee221527422b0eec3231a5c0863e64faf0f9 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Wed, 3 Apr 2024 20:16:49 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 2980580..b3817c2 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -38,7 +38,7 @@ jobs: path: "${{ github.repository }}" - name: Install flake and molecule plugins and show molecule version run: | - ls -lh /root/.cache/pip + ls -lh /root || true #poetry run pip install "molecule-plugins[lint]" #poetry run flake8 molecule --version || true - name: molecule