aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2020-05-12 21:32:14 +0400
committerGitHub <noreply@github.com>2020-05-12 21:32:14 +0400
commitebe451adda84672f9872187164df279dbfed7a35 (patch)
tree4f5ce44e988bebf91f1b21fe7f9dc0f49843624f /README.md
parentb9038ad7484a472f1e745906fb0d26530061b58d (diff)
parent61b4552ae3514a7ae94591a85c4708ac0d7db078 (diff)
downloadansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.tar.gz
ansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.tar.zst
ansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.zip
Merge pull request #11 from paulrbr-fl/postgresql-12
core: Add compatibility with PG 12 major version
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 050fb65..3ab4153 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ See [role page on Ansible Galaxy](https://galaxy.ansible.com/trainline-eu/ansibl
6 6
7#### Installation 7#### Installation
8 8
9This role has been tested on Ansible 2.3.0 and higher. 9This role has been tested on Ansible 2.5.0 and higher.
10 10
11To install: 11To install:
12 12
@@ -25,10 +25,10 @@ Recommended dependencies:
25 25
26This table lists the tested version of OS/PostgreSQL couples. 26This table lists the tested version of OS/PostgreSQL couples.
27 27
28| Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | 28| Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | 12 |
29| ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:| 29| ------------------------- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
30| Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| 30| Debian 8.x | :no_entry: :white_check_mark: | :no_entry: :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
31| Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| 31| Debian 9.x | :no_entry: :white_check_mark: | :no_entry: :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
32 32
33- :white_check_mark: - tested, works fine 33- :white_check_mark: - tested, works fine
34- :grey_question: - will work in the future (help out if you can) 34- :grey_question: - will work in the future (help out if you can)