2023-10-25 22:26:17 +02:00
|
|
|
---
|
|
|
|
- name: include user tasks
|
|
|
|
ansible.builtin.include_tasks: user.yml
|
|
|
|
|
2024-04-14 21:21:38 +02:00
|
|
|
- name: include install tasks
|
|
|
|
ansible.builtin.include_tasks: install.yml
|
2023-10-25 22:26:17 +02:00
|
|
|
|
2024-04-14 21:21:38 +02:00
|
|
|
- name: include systemd tasks
|
|
|
|
ansible.builtin.include_tasks: systemd.yml
|
2024-04-14 21:09:21 +02:00
|
|
|
...
|
2024-04-14 21:17:13 +02:00
|
|
|
|
|
|
|
|
|
|
|
#linter
|