redmine: add nginx tag to nginx task

This commit is contained in:
Victor LABORIE 2019-05-03 16:49:17 +02:00
parent d9581d3696
commit 079f1e982b
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
append: True
tags:
- redmine
- nginx
- name: Copy nginx vhost
template:
@ -15,6 +16,7 @@
notify: reload nginx
tags:
- redmine
- nginx
- name: Enable nginx vhost
file:
@ -24,3 +26,4 @@
notify: reload nginx
tags:
- redmine
- nginx