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

View file

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