diff options
author | Théophile Helleboid - chtitux <chtitux@gmail.com> | 2020-05-12 21:32:14 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 21:32:14 +0400 |
commit | ebe451adda84672f9872187164df279dbfed7a35 (patch) | |
tree | 4f5ce44e988bebf91f1b21fe7f9dc0f49843624f /README.md | |
parent | b9038ad7484a472f1e745906fb0d26530061b58d (diff) | |
parent | 61b4552ae3514a7ae94591a85c4708ac0d7db078 (diff) | |
download | ansible-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.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 | ||
9 | This role has been tested on Ansible 2.3.0 and higher. | 9 | This role has been tested on Ansible 2.5.0 and higher. |
10 | 10 | ||
11 | To install: | 11 | To install: |
12 | 12 | ||
@@ -25,10 +25,10 @@ Recommended dependencies: | |||
25 | 25 | ||
26 | This table lists the tested version of OS/PostgreSQL couples. | 26 | This 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) |