diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index b1db73d..87dad6e 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -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