mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 21:42:52 +08:00
copr-builder: do not do variable interpolation inside string
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user