diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 41fe695c..f5c99cb7 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -26,9 +26,9 @@ jobs: roles: - 'playbooks/roles/**/**' - name: Debug - run: echo ${{ steps.changed-files-yaml.outputs.all_changed_files }} + run: echo ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }} outputs: - matrix: ${{ steps.changed-files-yaml.outputs.all_changed_files }} + matrix: ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }} molecule: needs: provide_scenarios runs-on: ubuntu-latest