From ee6e1956cee634ac2a7ad1b90c47a31bf664e9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Sun, 28 Mar 2021 03:40:36 +0000 Subject: [PATCH] Allows connection to nginx without "local:" prefix --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index 5117fd6..51b42fd 100644 --- a/local.yml +++ b/local.yml @@ -25,4 +25,4 @@ dominio: agofer.net ansible_python_interpreter: python3 ansible_connection: lxd - ansible_host: local:nginx + ansible_host: nginx