Merge "Fix typos"

This commit is contained in:
Zuul 2018-10-19 08:11:52 +00:00 committed by Gerrit Code Review
commit 25c1fc3476
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@
include: pip_install.yml
package=python-ironic-inspector-client
state=latest
source_dir={{ ironicinspectorclient_git_folder }}
sourc_install={{ ironicinspectorclient_source_install }}
sourcedir={{ ironicinspectorclient_git_folder }}
source_install={{ ironicinspectorclient_source_install }}
extra_args="--no-cache-dir --upgrade {% if enable_venv | bool %}--upgrade-strategy only-if-needed{% else %}--force-reinstall{% endif %} -c {{ upper_constraints_file }}"