Merge "Remove the unnecessary space"

This commit is contained in:
Zuul 2018-08-17 05:25:47 +00:00 committed by Gerrit Code Review
commit 1f190300a3
1 changed files with 1 additions and 1 deletions

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 }}"