Skip to content
Snippets Groups Projects
Verified Commit 60b6c319 authored by ynerant's avatar ynerant
Browse files

[freeradius] Fix mirror configuration


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 55c46352
No related branches found
No related tags found
1 merge request!272Stabilize Ansible
......@@ -12,7 +12,6 @@
vars:
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}'
mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}'
roles:
- certbot
- freeradius
---
- name: Add buster-backports to apt sources
apt_repository:
repo: deb http://{{ mirror.name }}/debian buster-backports main
repo: deb {{ debian_mirror }} buster-backports main
state: present
- name: Pin freeradius from backports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment