From 1365c1735bbf71cb5598c2b108c1dc08685aed60 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:31:31 +0000 Subject: [PATCH] Allow nginx to run without python2 --- hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts b/hosts index 9b25cf3..949cc07 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,2 @@ localhost ansible_connection=local ansible_python_interpreter=python3 -nginx ansible_connection=lxd +nginx ansible_connection=lxd ansible_python_interpreter=python3