Remove the unnecessary space

Change-Id: Ib5ce3cbe9d946deb85ff171d3e7d5ee6fca7d17c
This commit is contained in:
zhulingjie 2018-07-11 23:18:49 -04:00
parent 61edac5df7
commit 60e2d79c06

View File

@ -89,7 +89,7 @@
- 'swift1'
- 'swift2'
register: mount_status
until: mount_status is success
until: mount_status is success
retries: 5
delay: 2
delegate_to: "{{ physical_host }}"