Skip to content

Commit

Permalink
Be specific about the platforms the role supports
Browse files Browse the repository at this point in the history
I think claiming that it works with all versions of EL and Ubuntu is naive, let's be specific.
  • Loading branch information
kysrpex committed Dec 11, 2023
1 parent 5ac0091 commit f1dc9d3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ galaxy_info:
platforms:
- name: EL
versions:
- all
- "7"
- "8"
- "9"
- name: Ubuntu
versions:
- all

- focal
- jammy
- lunar
- mantic
galaxy_tags:
- system
# List tags for your role here, one per line. A tag is a keyword that
Expand Down

0 comments on commit f1dc9d3

Please sign in to comment.