diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 8ca28c9a63..a59259d50a 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -144,7 +144,11 @@ imagesdir: {{imagesdir}} #force_imageurl: True ## Url of an image to download and use for disposable client, if force_imageurl was set +{% if deployment_type in ['dev'] %} +#imageurl: +{% else %} imageurl: file:///srv/diskimages/20160126-taskotron-f23.qcow2 +{% endif %} ## Default distro/release/flavor/arch for the disposable images discovery #default_disposable_distro: fedora