Skip to content

Commit b90ec7c

Browse files
authored
Merge pull request #110 from cisagov/improvement/add-fedora-36
Add support for Fedora 36
2 parents eb7664c + c0c787f commit b90ec7c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ galaxy_info:
2929
- name: Fedora
3030
versions:
3131
- "35"
32+
- "36"
3233
- name: Ubuntu
3334
versions:
3435
- bionic

molecule/default/molecule-no-systemd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ platforms:
3131
image: kalilinux/kali-rolling
3232
- name: fedora35
3333
image: fedora:35
34+
- name: fedora36
35+
image: fedora:36
3436
- name: ubuntu18
3537
image: ubuntu:bionic
3638
- name: ubuntu20

molecule/default/molecule-with-systemd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ platforms:
6464
- /sys/fs/cgroup:/sys/fs/cgroup:ro
6565
command: /lib/systemd/systemd
6666
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
6774
- name: ubuntu-18-systemd
6875
image: geerlingguy/docker-ubuntu1804-ansible:latest
6976
privileged: yes

0 commit comments

Comments
 (0)