Skip to content

Commit 75174cf

Browse files
jsf9kjmorrowomni
authored andcommitted
Drop Amazon Linux 2 in favor of Amazon Linux 2023
1 parent e112e3b commit 75174cf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ galaxy_info:
1515
min_ansible_version: "2.10"
1616
namespace: cisagov
1717
platforms:
18-
- name: Amazon Linux 2
18+
- name: Amazon
1919
versions:
20-
- any
20+
- Candidate
2121
- name: Debian
2222
versions:
2323
- buster

molecule/default/molecule-no-systemd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ lint: |
1616
ansible-lint
1717
flake8
1818
platforms:
19-
- image: amazonlinux:2
20-
name: amazonlinux2
19+
- image: amazonlinux:2023
20+
name: amazonlinux2023
2121
platform: amd64
2222
- image: debian:buster-slim
2323
name: debian10

molecule/default/molecule-with-systemd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ lint: |
1717
platforms:
1818
- cgroupns_mode: host
1919
command: /lib/systemd/systemd
20-
image: geerlingguy/docker-amazonlinux2-ansible:latest
21-
name: amazonlinux2-systemd
20+
image: geerlingguy/docker-amazonlinux2023-ansible:latest
21+
name: amazonlinux2023-systemd
2222
platform: amd64
2323
pre_build_image: yes
2424
privileged: yes

0 commit comments

Comments
 (0)