Skip to content

Commit 51b9cc6

Browse files
committed
Fix the Amazon Linux 2023 platform entry in the role meta
This aligns with the appropriate values found on Ansible Galaxy and is required for this role to pass linting using ansible-lint v6.
1 parent fa8e4d7 commit 51b9cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 2023
18+
- name: Amazon Linux
1919
versions:
20-
- any
20+
- "2023"
2121
- name: Debian
2222
versions:
2323
- buster

0 commit comments

Comments
 (0)