From e159d2c07057c20fbca789b2b2249e5ef0da8383 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 21 Jul 2020 18:52:06 +0200 Subject: [PATCH] Add testing info --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4336609..27f6e23 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # role-postgresql-backup Ansible role to automaticcally backup your postgresql database you created with ansible -``` -WÖRK IN PROGRESS, obviously! -``` - Configuration ------------------ @@ -79,3 +75,10 @@ postgresql_backup: ``` submodules_versioncheck: false ``` + + Testing +--- + +This role is tested with different github actions. [-> Link](https://github.com/roles-ansible/role-postgresql-backup/actions) + +Feel free to add some molecule if you like!