chore(pretix): fix task name warnings
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
when: ansible_facts['pkg_mgr'] == 'apt'
|
when: ansible_facts['pkg_mgr'] == 'apt'
|
||||||
|
|
||||||
# TODO: add pretix worker and cron
|
# 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:
|
ansible.builtin.template:
|
||||||
src: "pretix.service.j2"
|
src: "pretix.service.j2"
|
||||||
dest: "{{ pretix_systemd_unit_file_path }}"
|
dest: "{{ pretix_systemd_unit_file_path }}"
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- pretix_restart
|
- 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:
|
ansible.builtin.template:
|
||||||
src: "pretix.service.j2"
|
src: "pretix.service.j2"
|
||||||
dest: "{{ pretix_worker_systemd_unit_file_path }}"
|
dest: "{{ pretix_worker_systemd_unit_file_path }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user