Remove the unnecessary space

Change-Id: I948191aa34de4b21e2e013e61f5be2047f39e77f
This commit is contained in:
zhulingjie 2018-07-11 23:17:41 -04:00
parent 69ed03f3a2
commit c99344e6dd
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
- group
when: inventory_hostname in groups[item.1]
register: _stop
until: _stop is success
until: _stop is success
retries: 5
delay: 2
listen: Restart ceilometer services
@ -40,7 +40,7 @@
- group
when: inventory_hostname in groups[item.1]
register: _start
until: _start is success
until: _start is success
retries: 5
delay: 2
listen: Restart ceilometer services