fix naming

This commit is contained in:
Robert Kaussow 2018-08-13 22:23:46 +02:00
parent 85235e7750
commit 2c6f4dacd4
1 changed files with 2 additions and 2 deletions

View File

@ -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"