Add ansible scripts to deploy Kubernetes
[yardstick.git] / ansible / library / fetch_url_and_verify.py
index 77ff916..13e8608 100644 (file)
@@ -44,6 +44,7 @@ def main():
     dest = params['dest']
     sha256url = params['sha256url']
     retries = params['retries']
+    sha256line = ''
 
     image_dir, image_filename = os.path.split(dest)
     rc, stdout, stderr = module.run_command(['curl', '-sS', sha256url])