Molecule test work - selinux_permissive ansible module, Enterprise Linux work
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 37s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 37s
This commit is contained in:
parent
f75a533411
commit
1b15a1a16a
@ -7,27 +7,23 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host'
|
ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
container:
|
||||||
# images: rockylinux/rockylinux:9
|
images: rockylinux/rockylinux:9
|
||||||
steps:
|
steps:
|
||||||
- name: Check environment variables
|
- name: Check environment variables
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
- name: Install missing modules
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: 'podman-host'
|
||||||
|
- 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: |
|
run: |
|
||||||
apt-get update
|
cd podman-host/extensions
|
||||||
apt-cache search ansible
|
molecule test
|
||||||
# - name: Check out repository code
|
|
||||||
# uses: actions/checkout@v4
|
|
||||||
# with:
|
|
||||||
# path: 'podman-host'
|
|
||||||
# - 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 podman-host/extensions
|
|
||||||
# molecule test
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user