From 7021ed1a89a8bb6fa962676f8d135a49685578f2 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 5 Oct 2024 10:19:00 +0200 Subject: [PATCH] meta: bump collection version to 0.1.2, require community.docker@^3.0.0, take issues on codeberg repo mirror --- galaxy.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 4cdf632..9d7d0df 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,14 +1,22 @@ namespace: finallycoffee name: base -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - transcaffeine description: Roles for base services which are common dependencies other services like databases dependencies: - "community.docker": "^1.10.0" + "community.docker": "^3.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz' repository: https://git.finally.coffee/finallycoffee/base -issues: https://git.finally.coffee/finallycoffee/base/issues +issues: https://codeberg.org/finallycoffee/ansible-collection-base/issues +tags: + - docker + - elastic + - lego + - mariadb + - minio + - nginx + - restic