From f2db6eae92e4b9e8527b6020fd1f797b5d4e87fc Mon Sep 17 00:00:00 2001 From: Kyle Lexmond Date: Sat, 12 Jun 2021 20:49:11 -0700 Subject: [PATCH] Add ansible galaxy metadata changes (#151) Co-authored-by: Kyle Lexmond --- meta/main.yml | 36 +++++++----------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 5285993..8978e8d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,44 +5,22 @@ galaxy_info: author: Kyle Lexmond description: OpenVPN playbook for CentOS/Fedora/RHEL/RHEL clones & Ubuntu/Debian - license: GPLv2 - min_ansible_version: 2.4 - # - # Below are all platforms currently available. Just uncomment - # the ones that apply to your role. If you don't see your - # platform on this list, let us know and we'll get it added! - # + license: MIT + min_ansible_version: 2.9 + platforms: - name: EL versions: - - 6 - 7 + - 8 - name: Fedora versions: - - all + - 32 + - 33 + - 34 - name: Ubuntu versions: - # - all - # - lucid - # - maverick - # - natty - # - oneiric - # - precise - # - quantal - # - raring - # - saucy - trusty - # - name: Debian - # versions: - # - all - # - etch - # - lenny - # - squeeze - # - wheezy - # - # Below are all categories currently available. Just as with - # the platforms above, uncomment those that apply to your role. - # galaxy_tags: - networking dependencies: []