1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

Repair newline

This commit is contained in:
L3D 2023-07-31 17:40:10 +02:00
parent 1e445e9930
commit 4057098444
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -27,10 +27,10 @@ deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
{{- '\n\n' -}} {{- '\n\n' -}}
{%- if l3d_pkgs__ethz_security | bool -%} {%- if l3d_pkgs__ethz_security | bool -%}
# Inofficial Debian Security Mirror {{ '# Inofficial Debian Security Mirror\n' }}
{% if ansible_distribution_major_version >= '11' -%} {%- if ansible_distribution_major_version >= '11' -%}
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main
{% else -%} {%- else -%}
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
{%- endif -%} {%- endif -%}
{%- if l3d_pkgs__ethz_contrib | bool -%} {%- if l3d_pkgs__ethz_contrib | bool -%}
@ -43,9 +43,9 @@ deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates
{{- ' non-free-firmware' -}} {{- ' non-free-firmware' -}}
{%- endif -%} {%- endif -%}
{{- '\n' -}} {{- '\n' -}}
{% if ansible_distribution_major_version >= '11' -%} {%- if ansible_distribution_major_version >= '11' -%}
deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main
{% else -%} {%- else -%}
deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
{%- endif -%} {%- endif -%}
{%- if l3d_pkgs__ethz_contrib | bool -%} {%- if l3d_pkgs__ethz_contrib | bool -%}