Remove the unnecessary space

Change-Id: I1269db95c4c5228aa8b7028f7cab2e8f40a09815
This commit is contained in:
zhulingjie 2018-07-11 23:01:04 -04:00
parent 2949cae220
commit 02df8a90cd
1 changed files with 3 additions and 3 deletions

View File

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