redmine: add nginx tag to nginx task

pull/47/head
Victor LABORIE 4 years ago
parent d9581d3696
commit 079f1e982b

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

Loading…
Cancel
Save