We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 073e628 + a08cef7 commit f8745c3Copy full SHA for f8745c3
meta/main.yml
@@ -11,12 +11,12 @@ galaxy_info:
11
# OS family. This simplifies a lot of things for roles that support
12
# Kali Linux, so it makes sense to force the installation of Ansible
13
# 2.10 or newer.
14
- min_ansible_version: 2.10
+ min_ansible_version: "2.10"
15
namespace: cisagov
16
platforms:
17
- - name: Amazon
+ - name: Amazon Linux 2
18
versions:
19
- - 2
+ - any
20
- name: Debian
21
22
- stretch
@@ -28,8 +28,8 @@ galaxy_info:
28
- bookworm
29
- name: Fedora
30
31
- - 34
32
- - 35
+ - "34"
+ - "35"
33
- name: Ubuntu
34
35
- bionic
0 commit comments