diff --git a/tasks/main.yml b/tasks/main.yml index 31e10e1f..bca9f927 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -107,9 +107,6 @@ tags: - swift-install -- name: Flush handlers - meta: flush_handlers - - include: swift_key_setup.yml static: no when: swift_do_sync | bool @@ -123,6 +120,9 @@ - swift-install - swift-config +- name: Flush handlers + meta: flush_handlers + - include: swift_sync_post_install.yml static: no when: swift_do_sync | bool