Merge "Remove the unnecessary space"

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