2023-07-21 12:42:41 +02:00
|
|
|
---
|
|
|
|
# tasks file for Ansible-Dolibarr-Role
|
2023-07-21 13:27:38 +02:00
|
|
|
- name: Install dependencies
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: install-deps.yml
|
2023-07-21 13:34:12 +02:00
|
|
|
|
|
|
|
- name: Install dolibarr
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: install.yml
|