Merge "Move swift ring tasks before systemd tasks"

This commit is contained in:
Zuul 2018-08-17 19:55:25 +00:00 committed by Gerrit Code Review
commit 2b9e89f8b9
1 changed files with 13 additions and 13 deletions

View File

@ -87,6 +87,19 @@
tags:
- swift-config
- include_tasks: swift_key_setup.yml
when:
- "swift_do_sync | bool"
tags:
- swift-config
- include_tasks: swift_rings.yml
when:
- "swift_do_sync | bool"
tags:
- swift-config
- swift-rings
- name: Run the systemd service role
include_role:
name: systemd_service
@ -138,18 +151,5 @@
tags:
- swift-config
- include_tasks: swift_key_setup.yml
when:
- "swift_do_sync | bool"
tags:
- swift-config
- include_tasks: swift_rings.yml
when:
- "swift_do_sync | bool"
tags:
- swift-config
- swift-rings
- name: Flush handlers
meta: flush_handlers