diff --git a/roles/bitbucket_dataset_restore/tasks/main.yml b/roles/bitbucket_dataset_restore/tasks/main.yml index 33dc3ca..4cbccfa 100644 --- a/roles/bitbucket_dataset_restore/tasks/main.yml +++ b/roles/bitbucket_dataset_restore/tasks/main.yml @@ -59,4 +59,4 @@ file: path: "{{ atl_product_home_shared }}/data/migration/import/lock.file" state: touch - when: import_status.state = 'COMPLETED' \ No newline at end of file + when: import_status.state == 'COMPLETED' \ No newline at end of file