apt: add ftp.evolix.org as recognized system source
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2689|0|2689|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2024-02-20 09:49:41 +01:00 committed by Jérémy Lecour
parent 015cac688e
commit 56db6e1fbc
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* apt: add ftp.evolix.org as recognized system source
* redis: create sysfs config file if missing
### Fixed

View file

@ -13,6 +13,7 @@ destinations = {
".*-backports": "backports.sources",
".debian.org": "system.sources",
"mirror.evolix.org": "system.sources",
"ftp.evolix.org": "system.sources",
"pub.evolix.net": "evolix_public_old.sources.bak",
"pub.evolix.org": "evolix_public.sources",
"artifacts.elastic.co": "elastic.sources",