From 5c9b96ba4913a7e2871c748d4e5931ca94c5d5da Mon Sep 17 00:00:00 2001 From: Waldemar Smirnow Date: Mon, 19 May 2025 22:07:05 +0200 Subject: [PATCH] Lint badges added to the readme, minor improvements --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fe74c5b..260fa0bc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ Ansible: Opencast PostgreSQL Role ================================= -This Ansible role installs and prepares a PostgreSQL database server for Opencast. +[![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) +[![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) + +This Ansible role installs a PostgreSQL database server. Dependencies ------------ -This role requires the PostgreSQL community collection: +This role requires the PostgreSQL Ansible community collection: ``` ansible-galaxy collection install community.postgresql @@ -18,7 +21,7 @@ Role Variables -------------- - `opencast_postgresql_version` - - PostgreSQL major version to install (default: `12`) + - PostgreSQL major version to install (default: `16`) - Enables CentOS AppStream - `opencast_postgresql_user:` - Database user to create (default: `opencast`)