From 02df8a90cd2935f019604884e3a36be2a2c08a65 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Wed, 11 Jul 2018 23:01:04 -0400 Subject: [PATCH] Remove the unnecessary space Change-Id: I1269db95c4c5228aa8b7028f7cab2e8f40a09815 --- handlers/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handlers/main.yml b/handlers/main.yml index 895a9d8..412aadd 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -24,7 +24,7 @@ - "item.value.group in group_names" - item.value.service_enabled | bool register: _stop - until: _stop is success + until: _stop is success retries: 5 delay: 2 listen: Restart gnocchi services @@ -58,7 +58,7 @@ - "item.value.group in group_names" - item.value.service_enabled | bool register: _start - until: _start is success + until: _start is success retries: 5 delay: 2 listen: Restart gnocchi services @@ -71,6 +71,6 @@ daemon_reload: "{{ (ansible_service_mgr == 'systemd') | ternary('yes', omit) }}" when: gnocchi_use_mod_wsgi | bool register: _restart - until: _restart is success + until: _restart is success retries: 5 delay: 2