From 273f154caa43f7d5e7e0ff2b40e5d73023a4eba7 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Thu, 6 Feb 2025 00:44:26 +0100 Subject: [PATCH] tag final installs as leaf --- playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yml b/playbook.yml index 2e7a13b..62b2225 100644 --- a/playbook.yml +++ b/playbook.yml @@ -90,9 +90,11 @@ remote_user: nerevar tasks: - import_tasks: tasks/vcmp_timer.yml + tags: leaf - name: Vaermina install hosts: vaermina become: true remote_user: nerevar tasks: - import_tasks: tasks/pihole.yml + tags: leaf