aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta
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 /meta
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 'meta')
-rw-r--r--meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/main.yml b/meta/main.yml
index 2d7ff61..659083e 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -14,6 +14,7 @@ galaxy_info:
14 versions: 14 versions:
15 - jessie 15 - jessie
16 - stretch 16 - stretch
17 - buster
17 18
18 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication'] 19 galaxy_tags: ['postgresql', 'cluster', 'ha', 'database', 'replication']
19 20