From c281819338163d88e2b1f0756aa349d68e87642e Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Fri, 16 May 2025 12:03:57 +0000 Subject: [PATCH] Run semaphore playbook automatically after minisforum playbook. --- minisforum.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/minisforum.yaml b/minisforum.yaml index 4d77c9c..38c3148 100644 --- a/minisforum.yaml +++ b/minisforum.yaml @@ -18,3 +18,8 @@ backup_location: "/media/backup/docker/" containers: containers date: ansible_facts.date + +- name: Include the run next playbook + import_playbook: run-next.yaml + vars: + to_do: semaphore \ No newline at end of file