aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-08 23:53:30 +0100
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-08 23:57:46 +0100
commitb91d73415f453ef39faf9824601b3fbeecceb4ef (patch)
tree6fa5ec99885e5c8c4b7d3d2db50c309761afd651
parentbf2ab28e587be5d86a276217490a6591962d9a9b (diff)
downloadansible-postgresql-role-b91d73415f453ef39faf9824601b3fbeecceb4ef.tar.gz
ansible-postgresql-role-b91d73415f453ef39faf9824601b3fbeecceb4ef.tar.zst
ansible-postgresql-role-b91d73415f453ef39faf9824601b3fbeecceb4ef.zip
Update README
fix barman and postgres galaxy names
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f07f2d4..1a83a08 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This role has been tested on Ansible 2.3.0 and higher.
9To install: 9To install:
10 10
11``` 11```
12ansible-galaxy install trainline-eu.postgresql 12ansible-galaxy install trainline-eu.ansible_postgresql_role
13``` 13```
14 14
15 15
@@ -18,7 +18,7 @@ ansible-galaxy install trainline-eu.postgresql
18No dependencies 18No dependencies
19 19
20Recommended dependencies: 20Recommended dependencies:
21- trainline-eu.barman 21- trainline-eu.ansible_barman_role
22 22
23#### Compatibility matrix 23#### Compatibility matrix
24 24