Fix all.yml, turn off vhost generation

This commit is contained in:
warezjoe
2026-03-03 13:18:12 +01:00
parent 8c1dcb5b8a
commit fa2ced6940
2 changed files with 4 additions and 12 deletions

View File

@@ -2,6 +2,6 @@
hosts: proxy-clean
become: true
vars:
bool_create_vhost: true
bool_create_vhost: false
roles:
- nginx-proxy
- nginx-proxy