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: