From 68bacdd0cfa7e5389d6821b3cbfcb376fcb9dcd6 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 17 Jan 2020 11:21:08 +1100 Subject: [PATCH] DCD-813: Remove old comments. --- roles/bitbucket_dataset_restore/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/bitbucket_dataset_restore/tasks/main.yml b/roles/bitbucket_dataset_restore/tasks/main.yml index 42ccffd..0204079 100644 --- a/roles/bitbucket_dataset_restore/tasks/main.yml +++ b/roles/bitbucket_dataset_restore/tasks/main.yml @@ -34,7 +34,6 @@ retries: 6 delay: 15 failed_when: output is defined and output.json is defined and output.json.state != 'INITIALISING' - #failed_when: "'INITIALISING' not in output.content" - name: get import status uri: @@ -47,7 +46,6 @@ return_content: yes register: import_status until: import_status is defined and import_status.json is defined and import_status.json.state == 'COMPLETED' - #until: "'COMPLETED' in import_status.content" retries: 30 delay: 10 @@ -55,4 +53,4 @@ file: path: "{{ atl_product_home_shared }}/data/migration/import/lock.file" state: touch - when: import_status.json.state == 'COMPLETED' \ No newline at end of file + when: import_status.json.state == 'COMPLETED'