Merge "Remove the unnecessary space"

This commit is contained in:
Zuul 2018-07-20 15:39:46 +00:00 committed by Gerrit Code Review
commit ff3be7e3d9
2 changed files with 2 additions and 2 deletions

View File

@ -104,6 +104,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