chore(playbooks/pretix): add tag for valkey

This commit is contained in:
2025-12-14 17:44:04 +01:00
parent 10729bc4a3
commit 77a4708251

View File

@@ -36,6 +36,8 @@
valkey_config_bind: valkey_config_bind:
- "0.0.0.0" - "0.0.0.0"
- "-::" - "-::"
tags:
- pretix-valkey
- name: Install and configure pretix - name: Install and configure pretix
hosts: "{{ pretix_hosts | default('pretix') }}" hosts: "{{ pretix_hosts | default('pretix') }}"