From 8354403c41a7382f6b6904ec848b998cc3e50695 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 1 Oct 2019 10:56:44 -0300 Subject: [PATCH] change nginx variable names --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0778e69..d87f640 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -95,12 +95,12 @@ proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://{{ nextcloud_container }}:9000; } - dest: "{{ nginx_location_mountpoint }}/nextcloud.conf" + dest: "{{ nginx_mountpoint_location }}/nextcloud.conf" register: ngconf - name: restart frontend docker_container: - name: "{{ nginx_container_name }}" + name: "{{ nginx_container }}" restart: yes when: ngconf is changed