From 301143839af3c66b48bdd2ef91777b15a91e6581 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 8 Jun 2021 13:07:45 +0200 Subject: [PATCH] Add meta information --- meta/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..bbfe665 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,12 @@ +galaxy_info: + author: Georg Krause + description: Ansible role to deploy docker-compose including docker on Debian + company: Progressivwerk + + license: MIT + + min_ansible_version: 2.1 + + galaxy_tags: [] + +dependencies: []