From 77a470825133751e3a9ef7ee46090eaa43243aae Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 14 Dec 2025 17:44:04 +0100 Subject: [PATCH] chore(playbooks/pretix): add tag for valkey --- playbooks/pretix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/pretix.yml b/playbooks/pretix.yml index 6f9a6db..966e418 100644 --- a/playbooks/pretix.yml +++ b/playbooks/pretix.yml @@ -36,6 +36,8 @@ valkey_config_bind: - "0.0.0.0" - "-::" + tags: + - pretix-valkey - name: Install and configure pretix hosts: "{{ pretix_hosts | default('pretix') }}"