Remove the unnecessary space

Change-Id: If0f31859aae691c297bcc46990502cd8f2dab050
This commit is contained in:
zhulingjie 2018-07-11 23:04:36 -04:00
parent 2347e727b6
commit e3b9802b93
1 changed files with 1 additions and 1 deletions

View File

@ -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