From f391c0375e2fb21d426ed20b5f41845e416efe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Fri, 16 Jun 2023 13:07:16 -0400 Subject: [PATCH] [meta] Update the Ansible metadata --- meta/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 5ea263b..6f40166 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: namespace: uoi role_name: haproxy description: Install and configure HAproxy - company: InCloudUs + company: Smart'Gic issue_tracker_url: https://github.com/uoi-io/ansible-haproxy/issues license: Apache min_ansible_version: "2.8" @@ -12,20 +12,22 @@ galaxy_info: platforms: - name: EL versions: - - "7" - "8" + - "9" - name: Fedora versions: - - "32" + - "37" + - "38" - name: Ubuntu versions: - - xenial - bionic - focal + - jammy - name: Debian versions: - - stretch - buster + - bullseye + - bookworm galaxy_tags: - cloud - system