File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : CI
3
- on :
3
+ ' on ' :
4
4
pull_request :
5
5
push :
6
6
branches :
56
56
57
57
- name : Install test dependencies.
58
58
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
60
60
ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428
61
61
62
62
- name : Display ansible version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : /sbin/init
10
+ command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
You can’t perform that action at this time.
0 commit comments