nginx: Remove some garbage from variable

This commit is contained in:
Timo Makinen 2022-02-25 17:28:44 +00:00
parent 7a024826ae
commit 26d92fd306

View file

@ -40,7 +40,7 @@
with_items:
- /srv/web
- "/srv/web/{{ inventory_hostname }}"
- "/etc/nginx/conf.d/{{ inventory_hostname }}"
- "/etc/nginx/conf.d/{{ inventory_hostname }}"
- name: create nginx base config
template: