2025-02-15 20:38:47 +06:00
|
|
|
# - name: install packages from main repository
|
|
|
|
# ansible.builtin.include_tasks:
|
|
|
|
# file: "apps.yml"
|
2024-09-04 00:54:15 +06:00
|
|
|
|
2025-02-15 20:38:47 +06:00
|
|
|
# - name: install aur packages
|
|
|
|
# ansible.builtin.include_tasks:
|
|
|
|
# file: "aur.yml"
|
2024-09-04 00:54:15 +06:00
|
|
|
|
2025-02-15 20:38:47 +06:00
|
|
|
# - name: include tasks install docker file
|
|
|
|
# ansible.builtin.include_tasks:
|
|
|
|
# file: "docker.yml"
|
2024-09-04 00:54:15 +06:00
|
|
|
|
|
|
|
- name: include tasks install xorg
|
|
|
|
when: display_server == 'xorg'
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: "xorg.yml"
|