Skip to content

Commit

Permalink
meta/main.yml : set min_ansible_version. set platforms versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbocquet committed Nov 17, 2024
1 parent 35a1d1c commit dfa50c9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@ galaxy_info:

license: GPLv3

min_ansible_version: "1.2"
min_ansible_version: "2.4"

platforms:
- name: Debian
versions:
- buster
- jessie
- sid
- stretch
- all
- name: EL
versions:
- "5"
- "6"
- "7"
- "8"
- all

galaxy_tags:
- autofs
Expand Down

0 comments on commit dfa50c9

Please sign in to comment.