File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This role will deploy or redeploy or uninstall and register or unregister local
13
13
* Supported Linux distros:
14
14
* CentOS/RHEL 7,8
15
15
* Debian 9,10
16
- * Fedora 16+
16
+ * Fedora 31,30,29,28
17
17
* Ubuntu 16,18
18
18
19
19
* System must have access to the GitHub.
Original file line number Diff line number Diff line change 13
13
- 7
14
14
- name : Fedora
15
15
versions :
16
- - all
16
+ - 28
17
+ - 29
18
+ - 30
19
+ - 31
17
20
- name : Debian
18
21
versions :
19
22
- buster
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ platforms:
23
23
volumes :
24
24
- /sys/fs/cgroup:/sys/fs/cgroup:ro
25
25
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
26
36
pre_build_image : yes
27
37
- name : Ubuntu16
28
38
image : monolithprojects/systemd-ubuntu16:latest
You can’t perform that action at this time.
0 commit comments