From 048df5e3f6bfb21e762f6a841f31a0d1f7511928 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Wed, 26 Jul 2023 19:36:40 +0200 Subject: [PATCH] chore: update ansible collection metadata --- galaxy.yml | 7 +++---- meta/runtime.yml | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 meta/runtime.yml diff --git a/galaxy.yml b/galaxy.yml index 1c542d7..c444e1c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -3,10 +3,9 @@ name: base version: 0.0.1 readme: README.md authors: -- Johanna Dorothea Reichmann -description: Roles for bootstrapping tools like gpg, ssh and git -license: -- CNPLv7+ +- transcaffeine +description: Roles for base services which are common dependencies other services like databases +license_file: LICENSE.md build_ignore: - '*.tar.gz' repository: https://git.finally.coffee/finallycoffee/base diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..6230a64 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,3 @@ +--- + +requires_ansible: ">=2.12"