From 240fe8683146d53f3969dfdcc23e4acd967b0aac Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 27 Jun 2018 19:00:18 -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: I61cc22441229258b77577fdba9f32597d0889031 Signed-off-by: Kevin Carter --- tasks/keystone_uwsgi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/keystone_uwsgi.yml b/tasks/keystone_uwsgi.yml index 05f023ed..8fde0af4 100644 --- a/tasks/keystone_uwsgi.yml +++ b/tasks/keystone_uwsgi.yml @@ -56,3 +56,4 @@ loop_var: service_var tags: - keystone-config + - systemd-service