From abc1749a158605030fcbae783ce2ed2502ceb15e 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: Ib37f4541152be2c3030aaded45829d37c5e2d389 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 6fd2b553..19328e18 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -125,6 +125,7 @@ loop_var: service_var tags: - neutron-config + - systemd-service - include_tasks: neutron_db_setup.yml when: