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.
1 parent 073e628 commit 941d2ecCopy full SHA for 941d2ec
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
18
versions:
19
- - 2
+ - "2"
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