Move handler flush to after MQ setup

In order to run 'designate-manage pool update' from
designate_db_setup.yml the MQ services need to already
be prepped and the services need to be running.

Change-Id: Ie071996d5fcab0f8955db5dc23c41056f1ea53ae
This commit is contained in:
Jesse Pretorius 2018-07-31 22:16:56 +01:00
parent 682764493a
commit e36203ef48
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,6 @@
tags:
- designate-install
- name: Flush handlers
meta: flush_handlers
- include_tasks: mq_setup.yml
when:
- "designate_services['designate-api']['group'] in group_names"
@ -78,6 +75,9 @@
tags:
- designate-config
- name: Flush handlers
meta: flush_handlers
- include: designate_db_setup.yml
when: inventory_hostname == groups['designate_all'][0]
tags: