Skip to content

Commit c6d4d75

Browse files
Edit metadata and add fedora 31 to molecule
Former-commit-id: 5452170
1 parent 50ac2de commit c6d4d75

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

meta/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
- 7
1414
- name: Fedora
1515
versions:
16-
- all
16+
- 28
17+
- 29
18+
- 30
19+
- 31
1720
- name: Debian
1821
versions:
1922
- buster

molecule/default/molecule.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ platforms:
2323
volumes:
2424
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2525
privileged: yes
26+
pre_build_image: yes
27+
- name: Fedora31
28+
image: monolithprojects/systemd-fedora31:latest
29+
command: /sbin/init
30+
tmpfs:
31+
- /run
32+
- /tmp
33+
volumes:
34+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
35+
privileged: yes
2636
pre_build_image: yes
2737
- name: Ubuntu16
2838
image: monolithprojects/systemd-ubuntu16:latest

0 commit comments

Comments
 (0)