diff --git a/tasks/install.yml b/tasks/install.yml index 88d8d0b..16420cc 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -22,7 +22,7 @@ notify: nginx | Restart Nginx copy: src: 'files/nginx.conf' - dest: '{{ nginx__confd_dir }}/nginx.conf' + dest: '{{ nginx__conf_dir }}/nginx.conf' mode: 'u=rw,go=r' owner: root group: root @@ -40,7 +40,7 @@ notify: nginx | Restart Nginx copy: content: '{{ nginx__stream }}' - dest: '{{ nginx__confd_dir }}/stream.conf' + dest: '{{ nginx__conf_dir }}/stream.conf' mode: 'u=rw,go=r' owner: root group: root