Skip to content

Commit eb7664c

Browse files
authored
Merge pull request #108 from cisagov/improvement/add_support_for_ubuntu_2204
Add support for Ubuntu 22.04 (Jammy Jellyfish)
2 parents aedf680 + 1866f28 commit eb7664c

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
@@ -33,6 +33,7 @@ galaxy_info:
3333
versions:
3434
- bionic
3535
- focal
36+
- jammy
3637
role_name: skeleton
3738

3839
dependencies: []

molecule/default/molecule-no-systemd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ platforms:
3535
image: ubuntu:bionic
3636
- name: ubuntu20
3737
image: ubuntu:focal
38+
- name: ubuntu22
39+
image: ubuntu:jammy
3840
provisioner:
3941
name: ansible
4042
inventory:

molecule/default/molecule-with-systemd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ platforms:
7878
- /sys/fs/cgroup:/sys/fs/cgroup:ro
7979
command: /lib/systemd/systemd
8080
pre_build_image: yes
81+
- name: ubuntu-22-systemd
82+
image: geerlingguy/docker-ubuntu2204-ansible:latest
83+
privileged: yes
84+
volumes:
85+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
86+
command: /lib/systemd/systemd
87+
pre_build_image: yes
8188
provisioner:
8289
name: ansible
8390
inventory:

0 commit comments

Comments
 (0)