From 2f9c0e7a1ff79179816e027e1e1ef591a2eba477 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 27 Jun 2018 19:00:17 -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: Id46c2aa56cd5498d022d29cf102dcbd2014c086d Signed-off-by: Kevin Carter --- tasks/glance_install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/glance_install.yml b/tasks/glance_install.yml index b17230d4..a625f1c1 100644 --- a/tasks/glance_install.yml +++ b/tasks/glance_install.yml @@ -143,6 +143,9 @@ with_items: "{{ filtered_glance_services }}" loop_control: loop_var: service_var + tags: + - glance-config + - systemd-service - name: Ensure uWSGI directory exists file: