summaryrefslogtreecommitdiffstats
path: root/roles/pad-proxy/templates/etherpad.nginx.conf
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-proxy/templates/etherpad.nginx.conf
parent12c465a8f6e127a599b0477094552fc90c7e2ce0 (diff)
downloademacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.tar.xz
emacsconf-ansible-656e440054f43fc09050ba13e29d4eaaf355fcf5.zip
Add ansible_managed token to templates
Diffstat (limited to 'roles/pad-proxy/templates/etherpad.nginx.conf')
-rw-r--r--roles/pad-proxy/templates/etherpad.nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/pad-proxy/templates/etherpad.nginx.conf b/roles/pad-proxy/templates/etherpad.nginx.conf
index 90a7c1c..95838be 100644
--- a/roles/pad-proxy/templates/etherpad.nginx.conf
+++ b/roles/pad-proxy/templates/etherpad.nginx.conf
@@ -1,3 +1,5 @@
+# {{ ansible_managed }}
+
upstream etherpad_upstream {
server 127.0.0.1:9001;
}