From 8ae37f1dfac35f4d978a83edfed03db3ab4eb2c2 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 21:21:22 -0500 Subject: [PATCH] Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH env var, debug --- .gitea/workflows/demo.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 306d692..5455689 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -10,15 +10,18 @@ jobs: # container: # images: rockylinux/rockylinux:9 steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Set up molecule - run: pip install molecule - - name: Molecule test + - name: Check environment variables run: | - cd extensions - molecule test + env +# - name: Check out repository code +# uses: actions/checkout@v4 +# - name: Set up Python +# uses: actions/setup-python@v5 +# with: +# python-version: '3.12' +# - name: Set up molecule +# run: pip install molecule +# - name: Molecule test +# run: | +# cd extensions +# molecule test