From 64f740def2fc1aa4feb61171d4bc8de1457d81f5 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 31 Jan 2019 14:04:46 +0100 Subject: [PATCH] Add meta main.yml file --- meta/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..06bb63d --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,20 @@ +galaxy_info: + author: Wilfried OLLIVIER + description: Install Docker on Debian + company: none + + license: WTFPL + + min_ansible_version: 2.4 + + platforms: + - name: Debian + versions: + - Stretch + + galaxy_tags: + - docker + - docker-ce + - debian + +dependencies: [] \ No newline at end of file