Remove the unnecessary space

Change-Id: I8278f0826a9ef620fb8142338caea4dcf103c2b9
This commit is contained in:
zhulingjie 2018-07-11 22:36:48 -04:00
parent 12c92738c4
commit 7746c53125
1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
daemon_reload: yes
with_items: "{{ filtered_zun_services }}"
register: _stop
until: _stop is success
until: _stop is success
retries: 5
delay: 2
listen: "Restart zun services"
@ -34,7 +34,7 @@
daemon_reload: yes
with_items: "{{ filtered_zun_services }}"
register: _start
until: _start is success
until: _start is success
retries: 5
delay: 2
listen: "Restart zun services"
@ -49,7 +49,7 @@
- docker
- kuryr-libnetwork
register: _stop
until: _stop is success
until: _stop is success
retries: 5
delay: 2
listen: "Restart kuryr services"
@ -64,7 +64,7 @@
- docker
- kuryr-libnetwork
register: _start
until: _start is success
until: _start is success
retries: 5
delay: 2
listen: "Restart kuryr services"