From 57b30b8f20955e88281a42527edbfd9ed46519ac Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Wed, 13 Sep 2017 13:37:37 -0600 Subject: [PATCH] Add tag for horizon-translations. This will allow us to update horizon translations and only use the horizon-translations tag (minimizing the playbook run to only run horizon translations update tasks). Change-Id: I5b969246caf8e3304739ff707aa218b3ae05f9c4 --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index e2c3583c..640d075a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -106,6 +106,7 @@ when: horizon_translations_update | bool tags: - horizon-config + - horizon-translations - name: Flush handlers meta: flush_handlers