Merge "Main tasks introduced without tags" into stable/ocata

This commit is contained in:
Jenkins 2017-04-18 10:13:40 +00:00 committed by Gerrit Code Review
commit 2d05b59181
1 changed files with 4 additions and 0 deletions

View File

@ -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: