Skip to content

Commit 6b06b7c

Browse files
authored
Merge pull request #125 from cisagov/improvement/add-fedora-37
Add support for Fedora 37
2 parents b90ec7c + 8373890 commit 6b06b7c

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
@@ -30,6 +30,7 @@ galaxy_info:
3030
versions:
3131
- "35"
3232
- "36"
33+
- "37"
3334
- name: Ubuntu
3435
versions:
3536
- bionic

molecule/default/molecule-no-systemd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ platforms:
3333
image: fedora:35
3434
- name: fedora36
3535
image: fedora:36
36+
- name: fedora37
37+
image: fedora:37
3638
- name: ubuntu18
3739
image: ubuntu:bionic
3840
- name: ubuntu20

molecule/default/molecule-with-systemd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ platforms:
7171
- /sys/fs/cgroup:/sys/fs/cgroup:ro
7272
command: /lib/systemd/systemd
7373
pre_build_image: yes
74+
- name: fedora37-systemd
75+
image: geerlingguy/docker-fedora37-ansible:latest
76+
privileged: yes
77+
volumes:
78+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
79+
command: /lib/systemd/systemd
80+
pre_build_image: yes
7481
- name: ubuntu-18-systemd
7582
image: geerlingguy/docker-ubuntu1804-ansible:latest
7683
privileged: yes

0 commit comments

Comments
 (0)