From 5b4c4226ff01d9796d593ea144a446c837915c83 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 11:18:27 +0100 Subject: [PATCH] Add semaphore database to backups. --- host.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host.yaml b/host.yaml index 6f962c0..624939e 100644 --- a/host.yaml +++ b/host.yaml @@ -13,10 +13,12 @@ loop: - bookstack - kimai + - semaphore - name: Compress mysql backup files shell: gzip /home/chris/{{ item }}_{{ ansible_date_time.iso8601_basic_short }}.sql loop: - bookstack - kimai + - semaphore