Files
ansible_role_package/meta/main.yml
2025-02-11 22:14:04 -07:00

34 lines
607 B
YAML

galaxy_info:
author: Matthew Stobbs <matthew@stobbs.ca>
description: Install packages for different operating systems
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: MIT
min_ansible_version: "3.0"
platforms:
- name: Fedora
versions:
- all
- "40"
- "41"
- name: EL
versions:
- "9"
- name: macOS
version:
- ">=14.2"
galaxy_tags:
- linux
- install
- package
- software
dependencies:
- ansible.builtin
- community.general