From 98931ff44d756e936277fcab10c8c9dc5897379a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sun, 14 Oct 2018 13:59:06 +0100 Subject: [PATCH] MNAIO: Remove conditional-get parameter for aria2c The conditional-get parameter tells aria2c to only download the file if the local file is older than the remote file. This is not the behaviour we want - we always want to ensure that we the correct file based on the checksum in the manifest. The age is immaterial. Change-Id: I4d583ef70b6ef264097288d7616dd4266e965d2b --- multi-node-aio/playbooks/download-vms.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/multi-node-aio/playbooks/download-vms.yml b/multi-node-aio/playbooks/download-vms.yml index f6003e4f..448c9cb3 100644 --- a/multi-node-aio/playbooks/download-vms.yml +++ b/multi-node-aio/playbooks/download-vms.yml @@ -24,7 +24,6 @@ aria2c_parameters: >- --log-level=notice --allow-overwrite=true - --conditional-get=true --max-connection-per-server=4 --check-integrity true --retry-wait=30