Merge "Remove the unnecessary space"

This commit is contained in:
Zuul 2018-08-17 05:21:45 +00:00 committed by Gerrit Code Review
commit b078937766
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