1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2024-11-11 13:50:50 -05:00
postgresql/meta/main.yml
Mike DePaulo a7b553a9ca Remove support for EOL Fedora 27 & 28
Also properly list support for Fedora 30, and improve
formatting in a when condition.

This addresses comments in PR86:
https://github.com/geerlingguy/ansible-role-postgresql/pull/86
2019-08-06 13:42:48 -04:00

29 lines
494 B
YAML

---
dependencies: []
galaxy_info:
author: geerlingguy
description: PostgreSQL server for Linux.
company: "Midwestern Mac, LLC"
license: "license (BSD, MIT)"
min_ansible_version: 2.4
platforms:
- name: EL
versions:
- 6
- 7
- name: Fedora
versions:
- 29
- 30
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
galaxy_tags:
- database
- postgresql
- postgres
- rdbms