Skip to content

Commit 5c9b96b

Browse files
committed
Lint badges added to the readme, minor improvements
1 parent 451496a commit 5c9b96b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Ansible: Opencast PostgreSQL Role
22
=================================
33

4-
This Ansible role installs and prepares a PostgreSQL database server for Opencast.
4+
[![lint](https://github.com/elan-ev/opencast_postgresql/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/elan-ev/opencast_postgresql/actions/workflows/lint.yml?branch=main)
5+
[![molecule](https://github.com/elan-ev/opencast_postgresql/actions/workflows/molecule.yml/badge.svg?branch=main)](https://github.com/elan-ev/opencast_postgresql/actions/workflows/molecule.yml?branch=main)
6+
7+
This Ansible role installs a PostgreSQL database server.
58

69

710
Dependencies
811
------------
912

10-
This role requires the PostgreSQL community collection:
13+
This role requires the PostgreSQL Ansible community collection:
1114

1215
```
1316
ansible-galaxy collection install community.postgresql
@@ -18,7 +21,7 @@ Role Variables
1821
--------------
1922

2023
- `opencast_postgresql_version`
21-
- PostgreSQL major version to install (default: `12`)
24+
- PostgreSQL major version to install (default: `16`)
2225
- Enables CentOS AppStream
2326
- `opencast_postgresql_user:`
2427
- Database user to create (default: `opencast`)

0 commit comments

Comments
 (0)