From e3b9802b93d3f405f57cf40f81becd925cdc1f20 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Wed, 11 Jul 2018 23:04:36 -0400 Subject: [PATCH] Remove the unnecessary space Change-Id: If0f31859aae691c297bcc46990502cd8f2dab050 --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index 8a8621a..98b37a6 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -29,6 +29,6 @@ state: "restarted" daemon_reload: "{{ (ansible_service_mgr == 'systemd') | ternary('yes', omit) }}" register: _restart - until: _restart is success + until: _restart is success retries: 5 delay: 2