Update nginx_file_nginx_conf_src
Change-Id: Icf12711cec0401e3cb69d08bc30a6863e68ac4a7 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
d63a602565
commit
cfe589d4a5
@ -14,5 +14,5 @@
|
||||
---
|
||||
nginx_config_include_files: []
|
||||
|
||||
nginx_file_nginx_conf: etc/nginx/nginx.conf
|
||||
nginx_file_nginx_conf_dest: /etc/nginx/nginx.conf
|
||||
nginx_file_nginx_conf_src: etc/nginx/nginx.conf
|
||||
|
@ -24,5 +24,5 @@
|
||||
- name: Copy nginx configuration file.
|
||||
copy:
|
||||
dest: "{{ nginx_file_nginx_conf_dest }}"
|
||||
src: "{{ nginx_file_nginx_conf }}"
|
||||
src: "{{ nginx_file_nginx_conf_src }}"
|
||||
notify: Restart nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user