From 643ca47814b0e842af8f7b4c47edcaf9e0089354 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 11 Oct 2023 17:56:26 +0200 Subject: [PATCH] Fix the meta. --- meta/main.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index c1c334f..8df6771 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,13 +1,12 @@ galaxy_info: author: Andrea Dell'Amico - description: Systems Architect + description: Role that installs PostgreSQL company: ISTI-CNR - + namespace: adellam + role_name: postgresql issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning - license: EUPL 1.2+ - - min_ansible_version: 2.8 + min_ansible_version: "2.9" # To view available platforms and versions (or releases), visit: # https://galaxy.ansible.com/api/v1/platforms/ @@ -16,11 +15,13 @@ galaxy_info: - name: Ubuntu versions: - bionic + - focal + - jammy - name: EL versions: - - 7 + - "7" + - "8" + - "9" galaxy_tags: - postgresql - -dependencies: []