forked from mauro/ansible-role-mariadb-docker
nginx variable name
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
}
|
||||
dest: "{{ nginx_config_mountpoint }}/wordpress.conf"
|
||||
dest: "{{ nginx_mountpoint_config }}/wordpress.conf"
|
||||
register: ngconf
|
||||
|
||||
- name: restart frontend
|
||||
docker_container:
|
||||
name: "{{ nginx_container_name }}"
|
||||
name: "{{ nginx_container }}"
|
||||
restart: yes
|
||||
when: ngconf is changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user