aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-09 16:47:09 +0100
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-09 16:47:15 +0100
commit8371771c8e9b8a2f2a6a4d81a142ddc805e198b4 (patch)
tree1597dace984c386f6d262fffbcce182db4b605d3
parent5a084b7b21ac88f96ad36f0254c9e27666d41a02 (diff)
downloadansible-postgresql-role-8371771c8e9b8a2f2a6a4d81a142ddc805e198b4.tar.gz
ansible-postgresql-role-8371771c8e9b8a2f2a6a4d81a142ddc805e198b4.tar.zst
ansible-postgresql-role-8371771c8e9b8a2f2a6a4d81a142ddc805e198b4.zip
Update README.md with links to Galaxy1.1.0
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5f4ea1..515535b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
1## PostgreSQL Ansible role [![Build Status](https://travis-ci.org/trainline-eu/postgresql.svg?branch=master)](https://travis-ci.org/trainline-eu/postgresql) 1## PostgreSQL Ansible role [![Build Status](https://travis-ci.org/trainline-eu/ansible-postgresql-role.svg?branch=master)](https://travis-ci.org/trainline-eu/ansible-postgresql-role)
2 2
3Ansible role which installs and configures PostgreSQL clusters, databases and users. 3Ansible role which installs and configures PostgreSQL clusters, databases and users.
4 4
5See [role page on Ansible Galaxy](https://galaxy.ansible.com/trainline-eu/ansible_postgresql_role).
6
5#### Installation 7#### Installation
6 8
7This role has been tested on Ansible 2.3.0 and higher. 9This role has been tested on Ansible 2.3.0 and higher.
@@ -18,7 +20,7 @@ ansible-galaxy install trainline-eu.ansible_postgresql_role
18No dependencies 20No dependencies
19 21
20Recommended dependencies: 22Recommended dependencies:
21- trainline-eu.ansible_barman_role 23- [trainline-eu.ansible_barman_role](https://galaxy.ansible.com/trainline-eu/ansible_barman_role)
22 24
23#### Compatibility matrix 25#### Compatibility matrix
24 26