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/pad-proxy/templates/etherpad.nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/pad-proxy/templates/etherpad.nginx.conf') 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; } -- cgit v1.2.3