| commit | cb456356850f6e95a84cb9ab4d71b18148486bf3 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Mar 29 09:49:39 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Wed Mar 29 09:49:39 2017 -0400 |
| tree | 0e5b15e5de9d92d38dab30b9fc9d7bfc2e24eaea | |
| parent | 04ad6539bf5e4af143e2ab228cebbaea45462440 [diff] |
updated logic around deleting the old response file.
diff --git a/tasks/main.yml b/tasks/main.yml index 9e9ad90..4eb68d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -4,6 +4,7 @@ file: path: "{{ opdk_installation_config_file }}" state: absent + when: provided_response_file is not defined or not provided_response_file - name: Fail if ldap password is not provided fail: