Skip to content

Commit

Permalink
style: revert empty line after ansible comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Mar 3, 2024
1 parent f0261e7 commit 860d44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/microsoft.list.j2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/microsoft.repo.j2
Original file line number Diff line number Diff line change
@@ -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' %}
Expand Down

0 comments on commit 860d44b

Please sign in to comment.