From 307d6f0dda617f9d114e971130662031c58523ea Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 27 Jun 2018 19:00:19 -0500 Subject: [PATCH] Add systemd tags to include role There are times when a deployer will need to reconfigure parts of an environment and having a general purpose tag to run said operation will be important especicially should the deployer be needing to reconfigure systemd unit files in a downtime event. This change adds a general purpose systemd tag where include_role and systemd is found which will assit operators with day2 operational tasks. Change-Id: I638a7848a817d109f56c400eb06161bd48d79978 Signed-off-by: Kevin Carter --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 6856c84..812609e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -93,6 +93,7 @@ loop_var: service_var tags: - zun-config + - systemd-service - name: Run the etcd service role include_role: