Remove the unnecessary space

Change-Id: I5dd365ec21959c60df5f83ad98705f94633e3d8e
This commit is contained in:
zhulingjie 2018-07-11 23:18:14 -04:00
parent cad8710a8d
commit 44037f0c1b
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
delegate_to: "{{ physical_host }}"
when: container_config is defined and container_config is changed
register: ssh_wait_check
until: ssh_wait_check is success
until: ssh_wait_check is success
retries: 3
tags:
- ssh-wait

View File

@ -22,7 +22,7 @@
with_dict: "{{ cloudkitty_services }}"
when: inventory_hostname in groups[item.value.group]
register: _stop
until: _stop is success
until: _stop is success
retries: 5
delay: 2
listen: Restart cloudkitty services
@ -54,7 +54,7 @@
with_dict: "{{ cloudkitty_services }}"
when: inventory_hostname in groups[item.value.group]
register: _start
until: _start is success
until: _start is success
retries: 5
delay: 2
listen: Restart cloudkitty services