Skip to content

Commit 8aa55a2

Browse files
committed
fix molecule instance creation
1 parent e7fe903 commit 8aa55a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: CI
3-
on:
3+
'on':
44
pull_request:
55
push:
66
branches:
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install test dependencies.
5858
run: |
59-
pip3 install -U ansible molecule-podman yamllint ansible-lint
59+
pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman] yamllint ansible-lint
6060
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
6161
6262
- name: Display ansible version

molecule/test1/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platforms:
77
pre_build_image: true
88
groups:
99
- testohpc_login
10-
command: /sbin/init
10+
command: 'dnf -y install systemd && /sbin/init' # not in RL9 image
1111
tmpfs:
1212
- /run
1313
- /tmp

0 commit comments

Comments
 (0)