1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_pretix.git synced 2024-10-28 22:01:03 +01:00

improve lint

This commit is contained in:
L3D 2024-10-08 02:02:42 +02:00
parent ea7cd35834
commit ef1f24ae6c
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -15,6 +15,7 @@
ansible.builtin.command:
cmd: "{{ pretix__data }}/venv/bin/python3 -m pretix migrate"
chdir: "{{ pretix__data }}"
changed_when: false
- name: Rebuild pretix
become: true
@ -23,4 +24,4 @@
ansible.builtin.command:
cmd: "{{ pretix__data }}/venv/bin/python3 -m pretix rebuild"
chdir: "{{ pretix__data }}"
changed_when: false