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"