2025-04-02 03:17:05 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2025-08-21 03:48:22 +02:00
|
|
|
- import_tasks: 'base-packages.yml'
|
|
|
|
- import_tasks: 'base-package-auxiliary-settings.yml'
|
2025-04-07 00:17:33 +02:00
|
|
|
- import_tasks: 'arch-linux-local-aur-repo-chroot.yml'
|
|
|
|
when: 'ansible_facts[''os_family''] | lower == ''archlinux'''
|
2025-04-02 03:17:05 +02:00
|
|
|
- import_tasks: 'maintenance-unattended-upgrades.yml'
|
|
|
|
when: 'ansible_facts[''os_family''] | lower == ''debian'''
|