Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-02-09 17:16:07 +01:00 committed by mg
parent 1d21878b43
commit d67020db21
2 changed files with 6 additions and 7 deletions

View File

@ -7,7 +7,7 @@
- name: include vars (mint) (determined by "ansible_distribution")
ansible.builtin.include_vars:
file: mint.yaml
file: mint.yml
when:
- ansible_distribution == 'Linux Mint'

View File

@ -1,9 +1,8 @@
---
# Repositories
repos:
- "deb http://packages.linuxmint.com vera main upstream import backport"
- "deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} main restricted universe multiverse"
- "deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }}-updates main restricted universe multiverse"
- "deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }}-backports main restricted universe multiverse"
- "deb http://security.ubuntu.com/ubuntu/ {{ ansible_distribution_release }}-security main restricted universe multiverse"
- "deb http://archive.canonical.com/ubuntu/ {{ ansible_distribution_release }} partner"
- "deb http://packages.linuxmint.com victoria main upstream import backport"
- "deb http://de.archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" # TODO
- "deb http://de.archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse"
- "deb http://de.archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse"
- "deb http://de.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse"