Fix the meta.

This commit is contained in:
Andrea Dell'Amico 2023-10-11 17:56:26 +02:00
parent b78149be59
commit 643ca47814
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,12 @@
galaxy_info: galaxy_info:
author: Andrea Dell'Amico author: Andrea Dell'Amico
description: Systems Architect description: Role that installs PostgreSQL
company: ISTI-CNR company: ISTI-CNR
namespace: adellam
role_name: postgresql
issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning
license: EUPL 1.2+ license: EUPL 1.2+
min_ansible_version: "2.9"
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,11 +15,13 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- bionic - bionic
- focal
- jammy
- name: EL - name: EL
versions: versions:
- 7 - "7"
- "8"
- "9"
galaxy_tags: galaxy_tags:
- postgresql - postgresql
dependencies: []