From 787b56d7bb7a43b57f820798491010607f8d8d18 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 16 May 2025 12:05:18 +0000 Subject: [PATCH] Run the backup rotation after semaphore volume. --- semaphore.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/semaphore.yaml b/semaphore.yaml index 0faf03b..bcebb98 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -42,3 +42,8 @@ owner: chris group: chris recurse: yes + +- name: Include the run next playbook + import_playbook: run-next.yaml + vars: + to_do: rotate \ No newline at end of file