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