Skip to content

Commit 14e98fd

Browse files
committed
Remove dependencies to collections
ansible/ansible#62847
1 parent 40ba403 commit 14e98fd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Ansible: Opencast PostgreSQL Role
44
This Ansible role installs and prepares a PostgreSQL database server for Opencast.
55

66

7+
Dependencies
8+
------------
9+
10+
This role requires the PostgreSQL community collection:
11+
12+
```
13+
ansible-galaxy collection install community.postgresql
14+
```
15+
16+
717
Role Variables
818
--------------
919

meta/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ galaxy_info:
1212
versions:
1313
- 8
1414

15-
dependencies:
16-
- community.postgresql.postgresql_db
17-
- community.postgresql.postgresql_user
15+
dependencies: []

0 commit comments

Comments
 (0)