Add meta main.yml file
This commit is contained in:
parent
33b5ada460
commit
64f740def2
1 changed files with 20 additions and 0 deletions
20
meta/main.yml
Normal file
20
meta/main.yml
Normal file
|
@ -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: []
|
Loading…
Reference in a new issue