From ed959df5e918d6acd36e36f46a6fd09fd6018874 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Sun, 19 Apr 2026 10:11:30 +0000 Subject: [PATCH] Updated hosts for non www usage --- ansible/vars/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars/default.yml b/ansible/vars/default.yml index 089c5c4..3c78e6b 100644 --- a/ansible/vars/default.yml +++ b/ansible/vars/default.yml @@ -8,7 +8,7 @@ tag: latest host_directory: "/var/lib/{{ title }}" -host: "www.mozimo.in" +host: "mozimo.in, www.mozimo.in" docker_network: "{{ title }}_net"