diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c5ddfb393e57018cae27fa3e481de84509b39a..4ebb1be7f69810a74ea8c85f180bf45a6da94708 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 76782bdfff16707e6df56437184df97cafa1ba5f..ee32ca15983347d354ff69005f7521352e45ca42 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 158929e8bd98a340cf82f5abe724389b5858721e..40369a3fb181935092f6633e885493b3be807e1f 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.