diff --git a/templates/etc/default/etherpad-lite.j2 b/templates/etc/default/etherpad-lite.j2 index 9db8726..1fa4dad 100644 --- a/templates/etc/default/etherpad-lite.j2 +++ b/templates/etc/default/etherpad-lite.j2 @@ -1,4 +1,4 @@ -# This file is managed by Ansible, all changes will be lost +# {{ ansible_managed }} # etherpad-lite system configuration diff --git a/templates/etc/init.d/etherpad-lite.j2 b/templates/etc/init.d/etherpad-lite.j2 index 6f892d9..a11f939 100755 --- a/templates/etc/init.d/etherpad-lite.j2 +++ b/templates/etc/init.d/etherpad-lite.j2 @@ -1,6 +1,6 @@ #!/bin/sh -# This file is managed by Ansible, all changes will be lost +# {{ ansible_managed }} # etherpad-lite init script based on: # https://github.com/ether/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service diff --git a/templates/etc/logrotate.d/etherpad-lite.j2 b/templates/etc/logrotate.d/etherpad-lite.j2 index bc1a17e..f57dfba 100644 --- a/templates/etc/logrotate.d/etherpad-lite.j2 +++ b/templates/etc/logrotate.d/etherpad-lite.j2 @@ -1,4 +1,4 @@ -# This file is managed by Ansible, all changes will be lost +# {{ ansible_managed }} # etherpad-lite logrotate settings diff --git a/templates/srv/users/etherpad/etherpad-lite/settings.json.j2 b/templates/srv/users/etherpad/etherpad-lite/settings.json.j2 index 50b2135..840db73 100644 --- a/templates/srv/users/etherpad/etherpad-lite/settings.json.j2 +++ b/templates/srv/users/etherpad/etherpad-lite/settings.json.j2 @@ -1,5 +1,5 @@ // -// This file is managed by Ansible, all changes will be lost +// {{ ansible_managed }} // // This file must be valid JSON. But comments are allowed //