mirror of
https://github.com/roles-ansible/ansible_collection_pretix.git
synced 2024-10-28 22:01:03 +01:00
14 lines
338 B
YAML
14 lines
338 B
YAML
|
---
|
||
|
- name: Run simple versionscheck (optional)
|
||
|
ansible.builtin.include_tasks:
|
||
|
file: 'versioncheck.yml'
|
||
|
when: packages__submodules_versioncheck | bool
|
||
|
|
||
|
- name: Create user for pretix
|
||
|
ansible.builtin.include_tasks:
|
||
|
file: 'user.yml'
|
||
|
|
||
|
- name: Install required packages
|
||
|
ansible.builtin.include_tasks:
|
||
|
file: 'packages.yml'
|