commit | 57b093ef20d40968f19224a5e053937cadf91c98 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Mar 03 11:01:14 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Fri Mar 03 11:01:14 2017 -0500 |
tree | 0e10fa9d1bc5309c2aa867464285feb6fb216497 | |
parent | 1c9349ba066def4ff5ea10eee851db3b46b8a289 [diff] |
fixed bug
diff --git a/tasks/main.yml b/tasks/main.yml index e3ca119..3b05954 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,7 +17,7 @@ - name: Cache bootstrap script state cache: key: bootstrap_script_exists - value: '{{ bootstrap_exists.stat.exists }}' + value: '{{ bootstrap_script.stat.exists }}' - name: Fail the playbook if bootstrap fails to install fail: