mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
Bump minimum Ansible version and add focal to Ubuntu supported platforms.
This commit is contained in:
parent
a2564f6c27
commit
1f05a98a2e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ galaxy_info:
|
|||
description: PostgreSQL server for Linux.
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 2.4
|
||||
min_ansible_version: 2.8
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
|
@ -22,6 +22,7 @@ galaxy_info:
|
|||
versions:
|
||||
- xenial
|
||||
- bionic
|
||||
- focal
|
||||
- name: Debian
|
||||
versions:
|
||||
- wheezy
|
||||
|
|
Loading…
Reference in a new issue