commit | bffcec3f3fcf457717007a2b0a3fa39b9159c63b | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Mar 03 13:58:30 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Fri Mar 03 13:58:30 2017 -0500 |
tree | fd28c12edb2694e0b8aaff6acd5c5a946c57be9f | |
parent | d34e886e9ec6e1f36fad97f57592ca0d186c2654 [diff] |
fixed bug
diff --git a/tasks/main.yml b/tasks/main.yml index 25c8783..56d3f91 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -18,7 +18,7 @@ - name: Cache bootstrap script state cache: key: bootstrap_script_exists - value: '{{ bootstrap_script.stat.exists }}' + value: '{{ bootstrap_exists.stat.exists }}' - name: Fail the playbook if bootstrap fails to install fail: