chore(pretix): fix task name warnings

This commit is contained in:
2025-12-22 10:39:09 +01:00
parent cafa6b8beb
commit bdfeb66112

View File

@@ -19,7 +19,7 @@
when: ansible_facts['pkg_mgr'] == 'apt'
# TODO: add pretix worker and cron
- name: Ensure systemd unit {{ pretix_systemd_unit_name }} is {{ pretix_state }}
- name: Ensure systemd unit {{ pretix_systemd_service_name }} is {{ pretix_state }}
ansible.builtin.template:
src: "pretix.service.j2"
dest: "{{ pretix_systemd_unit_file_path }}"
@@ -27,7 +27,7 @@
notify:
- pretix_restart
- name: Ensure systemd unit {{ pretix_worker_systemd_unit_name }} is {{ pretix_state }}
- name: Ensure systemd unit {{ pretix_worker_systemd_service_name }} is {{ pretix_state }}
ansible.builtin.template:
src: "pretix.service.j2"
dest: "{{ pretix_worker_systemd_unit_file_path }}"