add min meta file
This commit is contained in:
parent
07553a3f92
commit
fdb4e48da8
15
meta/main.yml
Normal file
15
meta/main.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
author: xoxys
|
||||||
|
description: Setup PostgreSQL database
|
||||||
|
license: MIT
|
||||||
|
min_ansible_version: 2.4
|
||||||
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 7
|
||||||
|
galaxy_tags:
|
||||||
|
- db
|
||||||
|
- postgres
|
||||||
|
- postgresql
|
||||||
|
dependencies:
|
Loading…
Reference in New Issue
Block a user