Merge "Remove the unnecessary space"

This commit is contained in:
Zuul 2018-07-18 22:58:01 +00:00 committed by Gerrit Code Review
commit 7a7e2be173
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