File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ galaxy_info:
29
29
- name : Fedora
30
30
versions :
31
31
- " 35"
32
+ - " 36"
32
33
- name : Ubuntu
33
34
versions :
34
35
- bionic
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ platforms:
31
31
image : kalilinux/kali-rolling
32
32
- name : fedora35
33
33
image : fedora:35
34
+ - name : fedora36
35
+ image : fedora:36
34
36
- name : ubuntu18
35
37
image : ubuntu:bionic
36
38
- name : ubuntu20
Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ platforms:
64
64
- /sys/fs/cgroup:/sys/fs/cgroup:ro
65
65
command : /lib/systemd/systemd
66
66
pre_build_image : yes
67
+ - name : fedora36-systemd
68
+ image : geerlingguy/docker-fedora36-ansible:latest
69
+ privileged : yes
70
+ volumes :
71
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
72
+ command : /lib/systemd/systemd
73
+ pre_build_image : yes
67
74
- name : ubuntu-18-systemd
68
75
image : geerlingguy/docker-ubuntu1804-ansible:latest
69
76
privileged : yes
You can’t perform that action at this time.
0 commit comments