From 656e440054f43fc09050ba13e29d4eaaf355fcf5 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 16 Oct 2022 18:30:31 -0400 Subject: Add ansible_managed token to templates --- roles/wiki/templates/Scrubber.pm | 1 + roles/wiki/templates/copyright.pm | 1 + roles/wiki/templates/emacsconf.setup | 3 +-- roles/wiki/templates/htmlscrubber.pm | 2 ++ roles/wiki/templates/license.pm | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) (limited to 'roles/wiki') diff --git a/roles/wiki/templates/Scrubber.pm b/roles/wiki/templates/Scrubber.pm index 2efaa10..a06a209 100644 --- a/roles/wiki/templates/Scrubber.pm +++ b/roles/wiki/templates/Scrubber.pm @@ -1,3 +1,4 @@ +# {{ ansible_managed }} package HTML::Scrubber; # ABSTRACT: Perl extension for scrubbing/sanitizing html diff --git a/roles/wiki/templates/copyright.pm b/roles/wiki/templates/copyright.pm index 16acacc..e496aad 100644 --- a/roles/wiki/templates/copyright.pm +++ b/roles/wiki/templates/copyright.pm @@ -1,3 +1,4 @@ +# {{ ansible_managed }} # A plugin for ikiwiki to implement adding a footer with copyright information # based on a default value taken out of a file. diff --git a/roles/wiki/templates/emacsconf.setup b/roles/wiki/templates/emacsconf.setup index 7ab3916..ea9c4c8 100644 --- a/roles/wiki/templates/emacsconf.setup +++ b/roles/wiki/templates/emacsconf.setup @@ -1,5 +1,4 @@ -# This file is managed by the wiki role in git@git.emacsconf.org:pub/emacsconf-ansible -# Please make sure your changes are also reflected there. +# {{ ansible_managed }} # # IkiWiki::Setup::Yaml - YAML formatted setup file # diff --git a/roles/wiki/templates/htmlscrubber.pm b/roles/wiki/templates/htmlscrubber.pm index 4cbf300..1ce95b2 100755 --- a/roles/wiki/templates/htmlscrubber.pm +++ b/roles/wiki/templates/htmlscrubber.pm @@ -1,4 +1,6 @@ #!/usr/bin/perl +# {{ ansible_managed }} + package IkiWiki::Plugin::htmlscrubber; use warnings; diff --git a/roles/wiki/templates/license.pm b/roles/wiki/templates/license.pm index 651c039..eebab77 100644 --- a/roles/wiki/templates/license.pm +++ b/roles/wiki/templates/license.pm @@ -1,3 +1,4 @@ +# {{ ansible_managed }} # A plugin for ikiwiki to implement adding a footer with licensing information # based on a default value taken out of a file. -- cgit v1.2.3