mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
10 lines
312 B
YAML
10 lines
312 B
YAML
---
|
|
- name: Run optional versionscheck
|
|
ansible.builtin.include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck | bool
|
|
|
|
- name: Create Etebase User/Group
|
|
ansible.builtin.include_tasks: create_user.yml
|
|
|
|
- name: Setup Virtualenv and install Requirements
|
|
ansible.builtin.include_tasks: python_venv.yml
|