From 2c6f4dacd4c22b56bff3a3f051d4f4fd7ae00e07 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 13 Aug 2018 22:23:46 +0200 Subject: [PATCH] fix naming --- tasks/nginx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/nginx.yml b/tasks/nginx.yml index 5b46d20..a933739 100644 --- a/tasks/nginx.yml +++ b/tasks/nginx.yml @@ -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"