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
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 17s
This commit is contained in:
parent
5e9d9a852e
commit
9b76e1ea55
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user