From eafae0bb5c563c1a35a41bc9d16b8db76e3770a6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 22 Nov 2017 07:27:16 +0100 Subject: [PATCH] Fix ansible comment Fix "ValueError: No closing quotation" - ansible does not like the quotation character. Change-Id: Ibb25cd99b74ef9c3c5018135a75b591a9b1650c2 --- roles/ensure-reno/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ensure-reno/tasks/main.yaml b/roles/ensure-reno/tasks/main.yaml index 9f661c94..ac8ef063 100644 --- a/roles/ensure-reno/tasks/main.yaml +++ b/roles/ensure-reno/tasks/main.yaml @@ -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