From fbaab26f7f4c87911516b743e415502740a5681d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 17 Jul 2025 17:36:11 +0200 Subject: [PATCH] repo: Add container tag to all hosted container tasks --- playbook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index a6e9809..4c0c766 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -32,6 +32,8 @@ - name: Prepare all docker hosted containers hosts: instance_system + tags: + - containers tasks: - name: Set up Caddy stack ansible.builtin.import_role: