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 40ba403 commit 14e98fdCopy full SHA for 14e98fd
README.md
@@ -4,6 +4,16 @@ Ansible: Opencast PostgreSQL Role
4
This Ansible role installs and prepares a PostgreSQL database server for Opencast.
5
6
7
+Dependencies
8
+------------
9
+
10
+This role requires the PostgreSQL community collection:
11
12
+```
13
+ansible-galaxy collection install community.postgresql
14
15
16
17
Role Variables
18
--------------
19
meta/main.yml
@@ -12,6 +12,4 @@ galaxy_info:
versions:
- 8
-dependencies:
- - community.postgresql.postgresql_db
- - community.postgresql.postgresql_user
+dependencies: []
0 commit comments