roles/nginx: Add missing nginx tag to blank vhost task

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-06-06 00:05:09 +03:00
parent 151fb29687
commit 78cb49c88b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
template: src=blank-vhost.conf.j2 dest={{ nginx_confd_path }}/blank-vhost.conf mode=0644 owner=root group=root
notify:
- reload nginx
tags: nginx
- name: Configure munin vhost
copy: src=munin.conf dest=/etc/nginx/conf.d/munin.conf mode=0644 owner=root group=root