summaryrefslogtreecommitdiffstats
path: root/roles/pad/templates/etherpad.init.d
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/pad/templates/etherpad.init.d
parent12c465a8f6e127a599b0477094552fc90c7e2ce0 (diff)
downloademacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.tar.xz
emacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.zip
Add ansible_managed token to templates
Diffstat (limited to '')
-rwxr-xr-xroles/pad/templates/etherpad.init.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/pad/templates/etherpad.init.d b/roles/pad/templates/etherpad.init.d
index 420ae27..299d5fb 100755
--- a/roles/pad/templates/etherpad.init.d
+++ b/roles/pad/templates/etherpad.init.d
@@ -1,4 +1,5 @@
#!/bin/sh
+# {{ ansible_managed }}
### BEGIN INIT INFO
# Provides: etherpad-lite
@@ -76,4 +77,4 @@ case "$1" in
;;
esac
-exit 0 \ No newline at end of file
+exit 0