From ce2183980d4c9196da3d7e4cc82db3773f053c33 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: Iea2a04716c55a9dfe2215aa44dfef3fcb16dbe8a 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 c6c3553..fb2ab80 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -61,6 +61,7 @@ loop_var: service_var tags: - magnum-config + - systemd-service - include: magnum_db_setup.yml when: inventory_hostname == groups['magnum_all'][0]