[freeradius] Fix mirror configuration

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-22 16:50:32 +02:00
parent 55c46352f9
commit 60b6c319c3
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
vars: vars:
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}' certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}' freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}'
mirror: '{{ glob_mirror | default({}) | combine(loc_mirror | default({})) }}'
roles: roles:
- certbot - certbot
- freeradius - freeradius

View File

@ -1,7 +1,7 @@
--- ---
- name: Add buster-backports to apt sources - name: Add buster-backports to apt sources
apt_repository: apt_repository:
repo: deb http://{{ mirror.name }}/debian buster-backports main repo: deb {{ debian_mirror }} buster-backports main
state: present state: present
- name: Pin freeradius from backports - name: Pin freeradius from backports