feat(configuration): add Debian/Ubuntu repository and apt configuration

This commit is contained in:
2026-02-22 10:47:47 +01:00
parent f2eb9f2c8e
commit 750a085e19
4 changed files with 58 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
when: configuration_task.when | default(true)
ansible.builtin.include_tasks: "{{ configuration_task.file }}"
loop:
- file: repositories.yml
when: "{{ os_family == 'Debian' }}"
- file: banner.yml
- file: fstab.yml
- file: locales.yml