diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml
index ef3038d83acb6a0d00016d022f8809be875e662f..d50dec4aea6304621f96d81397bad3dc1402c3fa 100644
--- a/roles/download/defaults/main.yml
+++ b/roles/download/defaults/main.yml
@@ -3,9 +3,9 @@ local_release_dir: /tmp
 
 # if this is set to true will only download files once. Doesn't work
 # on Container Linux by CoreOS unless the download_localhost is true and localhost
-# is running another OS type. Default compress level is 9 (best).
+# is running another OS type. Default compress level is 1 (fastest).
 download_run_once: False
-download_compress: 9
+download_compress: 1
 
 # if this is set to true, uses the localhost for download_run_once mode
 # (requires docker and sudo to access docker). You may want this option for