summaryrefslogtreecommitdiffstats
path: root/roles/wiki/templates/htmlscrubber.pm
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-16 18:30:31 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-16 18:30:58 -0400
commit656e440054f43fc09050ba13e29d4eaaf355fcf5 (patch)
treee88274f567b89c0f1438521063c0f5550a67ac79 /roles/wiki/templates/htmlscrubber.pm
parent12c465a8f6e127a599b0477094552fc90c7e2ce0 (diff)
downloademacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.tar.xz
emacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.zip
Add ansible_managed token to templates
Diffstat (limited to 'roles/wiki/templates/htmlscrubber.pm')
-rwxr-xr-xroles/wiki/templates/htmlscrubber.pm2
1 files changed, 2 insertions, 0 deletions
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;