lot's of standardizing with the refacto

This commit is contained in:
Matthew Stobbs
2025-02-11 22:14:04 -07:00
parent 6d52cc6a4d
commit 9250145116
10 changed files with 384 additions and 209 deletions

View File

@@ -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