diff --git a/roles/postgresql_server/README.md b/roles/postgresql_server/README.md new file mode 100644 index 0000000..9c0eb32 --- /dev/null +++ b/roles/postgresql_server/README.md @@ -0,0 +1,6 @@ +# Postgresql + +This role needs the community.postgresql collection +``` +ansible-galaxy collection install community.postgresql +```