Fix the meta information.

This commit is contained in:
Andrea Dell'Amico 2023-12-06 16:50:38 +01:00
parent fe041efcb6
commit 81d84b0638
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,11 @@
galaxy_info: galaxy_info:
author: Andrea Dell'Amico author: Andrea Dell'Amico
description: Systems Architect description: Role that installs OpenJDK. From the Zulu distribuzion, if necessary
company: ISTI-CNR company: ISTI-CNR
namespace: adellam
issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning role_name: openjdk
license: EUPL 1.2+ license: EUPL 1.2+
min_ansible_version: "2.8"
min_ansible_version: 2.8
# To view available platforms and versions (or releases), visit: # To view available platforms and versions (or releases), visit:
# https://galaxy.ansible.com/api/v1/platforms/ # https://galaxy.ansible.com/api/v1/platforms/
@ -16,10 +14,13 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- bionic - bionic
- focal
- jammy
- name: EL - name: EL
versions: versions:
- 7 - "7"
- 8 - "8"
- "9"
galaxy_tags: galaxy_tags:
- openjdk - openjdk