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:
parent
ea7cd35834
commit
ef1f24ae6c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue