diff --git a/tasks/main.yml b/tasks/main.yml index fec07482..e58722a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -41,3 +41,6 @@ - include: swift_service_setup.yml when: > inventory_hostname == groups['swift_all'][0] + +- name: Flush handlers + meta: flush_handlers