[freeradius] Fix mirror configuration
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
55c46352f9
commit
60b6c319c3
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue