Remove the unnecessary space

Change-Id: Ia68b4a4a183afdbcb0f9fa4c065f186c0cd6e1c1
This commit is contained in:
zhulingjie 2018-07-11 23:16:43 -04:00
parent cdfac3eaca
commit d43aec724c
2 changed files with 2 additions and 2 deletions

View File

@ -117,6 +117,6 @@
--no-wheel
when:
- not searchlight_developer_mode | bool
- searchlight_get_venv is success
- searchlight_get_venv is success
tags:
- skip_ansible_lint

View File

@ -25,7 +25,7 @@
name: "curl"
state: "{{ searchlight_package_state }}"
register: install_packages
until: install_packages is success
until: install_packages is success
retries: 5
delay: 2
- name: Check the searchlight-api