Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Properly use ansible_comment tag (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxer authored Oct 20, 2021
1 parent 7ed7c8c commit f9e09a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/auto-upgrades.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// {{ ansible_managed }}
{{ ansible_managed | comment('c') }}

APT::Periodic::Unattended-Upgrade "1";

Expand Down
2 changes: 1 addition & 1 deletion templates/unattended-upgrades.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// {{ ansible_managed }}
{{ ansible_managed | comment('c') }}

// Unattended-Upgrade::Origins-Pattern controls which packages are
// upgraded.
Expand Down

0 comments on commit f9e09a3

Please sign in to comment.