ansible-role-nginx/templates/stream/stream.conf.j2
Daniel Mills fe3caad174 Add ansible_managed to templates (#81)
* Add ansible_managed to templates

* Put ansible managed in the right place

* Remove extraneous empty line
2019-01-03 23:13:56 +01:00

6 lines
83 B
Django/Jinja

# {{ ansible_managed }}
server {
listen {{ nginx_stream_template_listen }};
}