copr-builder: do not do variable interpolation inside string

This commit is contained in:
clime 2017-12-14 14:19:22 +01:00
parent df5ec4a008
commit e54fc2a119

View file

@ -40,7 +40,7 @@
vars:
# pass this options if you need to create new base image from snapshot
#prepare_base_image: True
env: "{{ env }}"
env: {{ env }}
tasks:
- include: "provision_builder_tasks.yml"