lot's of standardizing with the refacto
This commit is contained in:
@@ -7,20 +7,20 @@ galaxy_info:
|
||||
# issue_tracker_url: http://example.com/issue/tracker
|
||||
license: MIT
|
||||
|
||||
min_ansible_version: 3.0
|
||||
min_ansible_version: "3.0"
|
||||
|
||||
platforms:
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- 40+
|
||||
- name: Enterprise Linux 9 (RHEL, rocky alma)
|
||||
- "40"
|
||||
- "41"
|
||||
- name: EL
|
||||
versions:
|
||||
- 9.4
|
||||
- 9.5
|
||||
- "9"
|
||||
- name: macOS
|
||||
version:
|
||||
- 14.2+
|
||||
- ">=14.2"
|
||||
|
||||
galaxy_tags:
|
||||
- linux
|
||||
@@ -28,6 +28,6 @@ galaxy_info:
|
||||
- package
|
||||
- software
|
||||
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
||||
dependencies:
|
||||
- ansible.builtin
|
||||
- community.general
|
||||
|
||||
Reference in New Issue
Block a user