From 146ac22e755ee24ff511ad27468930395a96a814 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 13 Apr 2017 08:46:33 +0000 Subject: [PATCH] Main tasks introduced without tags These tasks were introduced without a tag like -config or -install and break the expected behavior of separating install and config: When running only install, these tasks will run, but the register they depend on has not run, resulting in an undefined variable. Change-Id: I41b17bfa30750cb9c6cb6a97683f518d759474c6 --- tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index e0d0b839..fb0a567c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -76,6 +76,8 @@ retries: 300 with_items: - "{{ async_compile_messages.results }}" + tags: + - horizon-config # NOTE(mhayden): The async_status check here must be done as the horizon user # since the original task ran as that user. This task will fail if it is run @@ -91,6 +93,8 @@ retries: 300 with_items: - "{{ async_compress_static_files.results }}" + tags: + - horizon-config - include: horizon_apache.yml tags: