commit | cce950cc1e371c7dcdc319d460d6431ef7bf4f37 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 24 15:16:58 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Mon Jul 24 15:16:58 2017 -0400 |
tree | 2548c18bd79c14c1d715ab2290a8106692e461ca | |
parent | 853d1d69cd14914f5e4a76eb41eba98ffe0e87b1 [diff] |
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