fix naming
This commit is contained in:
parent
85235e7750
commit
2c6f4dacd4
@ -1,6 +1,6 @@
|
||||
---
|
||||
- block:
|
||||
- name: Add default page configuration file
|
||||
- name: Add vhost configuration file
|
||||
template:
|
||||
src: nginx/vhost.j2
|
||||
dest: "{{ unifi_nginx_vhost_dir }}/unifi"
|
||||
@ -9,7 +9,7 @@
|
||||
mode: 0640
|
||||
notify: __nginx_reload
|
||||
|
||||
- name: Enable default page
|
||||
- name: Enable unifi vhost
|
||||
file:
|
||||
src: "{{ unifi_nginx_vhost_dir }}/unifi"
|
||||
dest: "{{ unifi_nginx_vhost_symlink }}/unifi"
|
||||
|
Loading…
Reference in New Issue
Block a user