Skip to content

Commit da84fca

Browse files
Merge pull request #14 from MonolithProjects/develop
Fedora 32 not supported Former-commit-id: 1991ca6
2 parents 50ac2de + 219d2d0 commit da84fca

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This role will deploy or redeploy or uninstall and register or unregister local
1313
* Supported Linux distros:
1414
* CentOS/RHEL 7,8
1515
* Debian 9,10
16-
* Fedora 16+
16+
* Fedora 31,30,29,28
1717
* Ubuntu 16,18
1818

1919
* System must have access to the GitHub.

meta/main.yml

+4-1
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

+10
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)