Add missing deploy tag

This commit is contained in:
Kacper Donat 2021-04-01 10:35:50 +02:00
parent af3fd29f1f
commit 192652ad9f
2 changed files with 3 additions and 1 deletions

View File

@ -57,4 +57,6 @@
- name: "Mark updated services as restarted"
set_fact:
services_to_restart: "{{ services_to_restart | difference((stack.stack_spec_diff | default('{}') | from_json).keys()) }}"
tags:
- deploy