From 860d44b4fd72d36e74df11694798f56c249ae3a6 Mon Sep 17 00:00:00 2001 From: Melekhin Anton Date: Sun, 3 Mar 2024 23:04:35 +0400 Subject: [PATCH] style: revert empty line after ansible comment --- templates/microsoft.list.j2 | 1 + templates/microsoft.repo.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/microsoft.list.j2 b/templates/microsoft.list.j2 index c0d5e9d..fa6ca9d 100644 --- a/templates/microsoft.list.j2 +++ b/templates/microsoft.list.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + {% for microsoft_repository_dir in microsoft_repository_dirs_list %} {% if microsoft_repository_dir.type is defined and microsoft_repository_dir.type == 'alternate' %} deb [arch=amd64,arm64,armhf] {{ microsoft_repository_mirror }}/repos/{{ microsoft_repository_dir.name }} {{ ansible_distribution_release }} main diff --git a/templates/microsoft.repo.j2 b/templates/microsoft.repo.j2 index 7242560..22ded50 100644 --- a/templates/microsoft.repo.j2 +++ b/templates/microsoft.repo.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + {% for microsoft_repository_dir in microsoft_repository_dirs_list %} [packages-microsoft-com-{{ microsoft_repository_dir.name }}] {% if microsoft_repository_dir.type is defined and microsoft_repository_dir.type == 'alternate' %}