Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH and GITHUB_WORKSPACE env vars part II
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 32s

This commit is contained in:
Mike Holloway 2025-01-03 21:25:54 -05:00
parent 03dcf9106a
commit d8df63b93e

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
Explore-molecule-Gitea-Action:
env:
ANSIBLE_ROLES_PATH: "$GITHUB_WORKSPACE"
ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host'
runs-on: ubuntu-latest
# container:
# images: rockylinux/rockylinux:9
@ -25,5 +25,5 @@ jobs:
run: pip install molecule
- name: Molecule test
run: |
cd podman-host/extensions
cd extensions
molecule test