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 14e98fd commit aca4bf5Copy full SHA for aca4bf5
README.md
@@ -39,6 +39,6 @@ Example of how to configure and use the role:
39
- hosts: servers
40
become: true
41
roles:
42
- - role: lkiesow.opencast_postgresql
+ - role: elan.opencast_postgresql
43
opencast_postgresql_password: secret
44
```
meta/main.yml
@@ -1,7 +1,8 @@
1
galaxy_info:
2
author: Lars Kiesow
3
role_name: opencast_postgresql
4
- namespace: lkiesow
+ namespace: elan
5
+ company: ELAN e.V.
6
description: Install and prepare PostgreSQL for Opencast
7
license: BSD-3-Clause
8
min_ansible_version: 2.9
0 commit comments