From ada8e7abfa87d568749ac65e539465ef02979dc3 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 22 Jun 2021 14:15:04 +0200 Subject: [PATCH] [nginx] Allow to add a service_nginx Signed-off-by: Yohann D'ANELLO --- plays/nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/nginx.yml b/plays/nginx.yml index 7cb58317..a9dd033c 100755 --- a/plays/nginx.yml +++ b/plays/nginx.yml @@ -3,6 +3,6 @@ # Deploy Nginx - hosts: nginx,!adh_server vars: - nginx: '{{ glob_nginx | default({}) | combine(loc_nginx | default({})) }}' + nginx: '{{ glob_nginx | default({}) | combine(service_nginx | default({}) | combine(loc_nginx | default({}))) }}' roles: - nginx