Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH env var
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 35s

This commit is contained in:
Mike Holloway 2025-01-03 21:19:49 -05:00
parent 1ab3031702
commit 6b39dff622

View File

@ -4,14 +4,14 @@ on: [push]
jobs: jobs:
Explore-molecule-Gitea-Action: Explore-molecule-Gitea-Action:
env:
ANSIBLE_ROLES_PATH: '$HOME'
runs-on: ubuntu-latest runs-on: ubuntu-latest
# container: # container:
# images: rockylinux/rockylinux:9 # images: rockylinux/rockylinux:9
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
path: 'podman-host'
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
@ -20,5 +20,5 @@ jobs:
run: pip install molecule run: pip install molecule
- name: Molecule test - name: Molecule test
run: | run: |
cd podman-host/extensions cd extensions
molecule test molecule test