diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 096ed7e..0916573 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -37,10 +37,13 @@ jobs: run: | echo $PATH pwd - ls -lha $(pwd) - whereis pip || true - whereis poetry || true - whereis molecule || true + ls -lha /usr/local/sbin + ls -lha /usr/local/bin + ls -lha /usr/sbin + ls -lha /usr/bin + ls -lha /sbin + ls -lha /bin + pip --version || true #poetry run pip install "molecule-plugins[lint]" #poetry run flake8 molecule --version || true - name: molecule