updated task name
diff --git a/tasks/install-online.yml b/tasks/install-online.yml
index aee5f3d..4a96bf0 100644
--- a/tasks/install-online.yml
+++ b/tasks/install-online.yml
@@ -21,7 +21,7 @@
     key: bootstrap_script_exists
     value: '{{ bootstrap_exists.stat.exists }}'
 
-- name: Fail the playbook if bootstrap fails to install
+- name: Fail the playbook if bootstrap fails to download
   fail:
     msg: 'Bootstrap installation failed, no point in letting this go further'
   when: not bootstrap_exists.stat.exists