Fix ansible comment

Fix "ValueError: No closing quotation" - ansible does not like the
quotation character.

Change-Id: Ibb25cd99b74ef9c3c5018135a75b591a9b1650c2
This commit is contained in:
Andreas Jaeger 2017-11-22 07:27:16 +01:00
parent ac8951a864
commit eafae0bb5c

View File

@ -34,7 +34,7 @@
UPPER_CONSTRAINTS="{{ upper_constraints }}"
# NOTE(dhellmann): Place the virtualenv in $HOME because
# that's where the build-releasenotes task expects to find it.
# that is where the build-releasenotes task expects to find it.
python -m virtualenv $HOME/.venv
VENV=$HOME/.venv/bin
$VENV/pip install sphinx $UPPER_CONSTRAINTS