nginx/application: Changed port numbers to string

To avoid conversion warning of ansible
dehydrated
Felix Stupp 4 years ago
parent 8dd14a365d
commit 8443555583
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -81,7 +81,7 @@
port: "{{ item }}"
proto: tcp
with_items:
- 80
- 443
- "80"
- "443"
# TODO Configure global log

Loading…
Cancel
Save