copr-builder: do not do variable interpolation inside string
This commit is contained in:
parent
df5ec4a008
commit
e54fc2a119
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue