From b3a2d1c618f3a5219191848990bb7034e22edae8 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Sun, 29 Jul 2018 12:13:58 +0200 Subject: [PATCH] fix execution of horizon_translations_update.yml Just realized, that 'static: no' ignores the include of the translation update playbook. Without that and the explicit tag brings the function back in service. Change-Id: If45599b25c2be682662150b7d3a4b05e852e436d --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8a1ea800..38a6fdd2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -119,7 +119,6 @@ - horizon-config - include: horizon_translations_update.yml - static: no when: horizon_translations_update | bool tags: - horizon-config