Skip to content

Commit a08cef7

Browse files
committed
Update from the Amazon platform to the Amazon Linux 2 platform
Based on the versions listed for the Amazon platform at https://galaxy.ansible.com/api/v1/platforms/?name=Amazon we cannot use "2" as a platform. However per the ansible/galaxy#2068 issue I changed the platform to "Amazon Linux 2" with a version of "any".
1 parent 941d2ec commit a08cef7

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
@@ -14,9 +14,9 @@ galaxy_info:
1414
min_ansible_version: "2.10"
1515
namespace: cisagov
1616
platforms:
17-
- name: Amazon
17+
- name: Amazon Linux 2
1818
versions:
19-
- "2"
19+
- any
2020
- name: Debian
2121
versions:
2222
- stretch

0 commit comments

Comments
 (0)