Molecule test work - selinux_permissive ansible module, test subcontainer, community.general plugin or module test, no pipe
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 17s

This commit is contained in:
Mike Holloway 2025-01-03 22:38:59 -05:00
parent 5e9d9a852e
commit 9b76e1ea55

View File

@ -14,7 +14,9 @@ jobs:
run: 'cat /etc/os-release' run: 'cat /etc/os-release'
- name: Check environment variables - name: Check environment variables
run: | run: |
rpm -qa | grep ansible rpm -qa > tempfile
grep ansible templfile
rm tempfile
# env # env
# dnf install -y nodejs git python3-pip # dnf install -y nodejs git python3-pip
# - name: Check out repository code # - name: Check out repository code