From f15a90a752e9209e4fbafca74c0fa016fa6c2440 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Thu, 24 Aug 2023 11:16:18 +0100 Subject: [PATCH] Update galaxy metadata --- .gitlab-ci.yml | 2 +- README.md | 2 +- meta/main.yml | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c5ddf..4ebb1be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: ANSIBLE_FORCE_COLOR: "1" ANSIBLE_REMOTE_TMP: "/tmp" ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP: "1" - MOLECULE_VERBOSITY: "3" + MOLECULE_VERBOSITY: "0" PY_COLORS: "1" before_script: - whoami diff --git a/README.md b/README.md index 76782bd..ee32ca1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://git.coop/webarch/mariadb/-/commits/master) -This repository contains an Ansible role for installing and configuring [MariaDB](https://mariadb.org/) on Debian servers. +This repository contains an Ansible role for installing and configuring [MariaDB](https://mariadb.org/) on Debian and Ubuntu servers. ## Role versions diff --git a/meta/main.yml b/meta/main.yml index 158929e..40369a3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -19,12 +19,16 @@ galaxy_info: platforms: - name: Debian versions: + # - trixie - bookworm - bullseye - - buster + - name: Ubuntu + versions: + - jammy galaxy_tags: - debian - mariadb + - ubuntu dependencies: [] # List your role dependencies here, one per line. Be sure to remove the '[]' above, # if you add dependencies to this list. -- GitLab