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