Molecule test work - selinux_permissive ansible module, collection install check
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 1m19s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 1m19s
This commit is contained in:
parent
4c57718e5f
commit
dc5847fcce
@ -17,15 +17,15 @@ jobs:
|
|||||||
dnf install -y nodejs git ansible-core python3-pip
|
dnf install -y nodejs git ansible-core python3-pip
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
# env
|
# env
|
||||||
# - name: Check out repository code
|
- name: Check out repository code
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# with:
|
with:
|
||||||
# path: 'podman-host'
|
path: 'podman-host'
|
||||||
# - name: Set up Python
|
- name: Set up Python
|
||||||
# uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
# - name: Set up molecule
|
- name: Set up molecule
|
||||||
# run: pip install molecule
|
run: pip install molecule
|
||||||
# - name: Molecule test
|
- name: Molecule test
|
||||||
# run: |
|
run: |
|
||||||
# cd podman-host/extensions
|
cd podman-host/extensions
|
||||||
# molecule test
|
molecule test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user