We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bc04b commit 98c691eCopy full SHA for 98c691e
README.md
@@ -9,7 +9,7 @@ The role also optimizes the database server settings to improve performance.
9
10
## Requirements
11
12
-The role currently works with the PostgreSQL server 10, 12, and 13.
+The role currently works with the PostgreSQL server 10, 12, 13, and 15.
13
14
### Collection requirements
15
@@ -23,7 +23,7 @@ ansible-galaxy collection install -vv -r meta/collection-requirements.yml
23
24
### postgresql_verison
25
26
-You can set the version of the PostgreSQL server to 10, 12, or 13.
+You can set the version of the PostgreSQL server to 10, 12, 13, or 15.
27
28
```yaml
29
postgresql_version: "13"
0 commit comments