2023-08-26 23:57:26 +02:00
|
|
|
---
|
2023-10-25 23:40:49 +02:00
|
|
|
- import_tasks: ubuntu.yml
|
|
|
|
when: ansible_distribution == "Ubuntu"
|
2023-08-26 23:57:26 +02:00
|
|
|
|
2023-10-25 23:40:49 +02:00
|
|
|
- import_tasks: arch.yml
|
|
|
|
when: ansible_distribution == "Archlinux"
|
2023-10-25 23:55:02 +02:00
|
|
|
|
2024-05-08 02:22:00 +02:00
|
|
|
- import_tasks: flatpaks.yml
|
|
|
|
|
|
|
|
- import_tasks: audio.yml
|
|
|
|
|
|
|
|
- import_tasks: bluetooth.yml
|
|
|
|
|
2024-05-11 12:55:24 +02:00
|
|
|
- import_tasks: cron.yml
|
|
|
|
|
|
|
|
- import_tasks: cups.yml
|
|
|
|
|
2023-10-25 23:55:02 +02:00
|
|
|
- import_tasks: dotfiles.yml
|
2024-05-08 02:22:00 +02:00
|
|
|
|
2024-05-11 12:55:24 +02:00
|
|
|
- import_tasks: fonts.yml
|
|
|
|
|
2024-08-15 16:32:29 +02:00
|
|
|
- import_tasks: gparted.yml
|
|
|
|
|
2024-05-11 12:55:24 +02:00
|
|
|
- import_tasks: network-manager.yml
|
|
|
|
|
2024-08-08 01:09:26 +02:00
|
|
|
- import_tasks: nextcloud.yml
|
|
|
|
|
2023-10-25 23:59:18 +02:00
|
|
|
- import_tasks: signal.yml
|
2023-10-25 23:55:02 +02:00
|
|
|
|
2023-11-07 18:08:58 +01:00
|
|
|
- import_tasks: timekpr.yml
|
2024-05-11 12:55:24 +02:00
|
|
|
|
|
|
|
- import_tasks: xorg.yml
|