change ln 64 to correct key

This commit is contained in:
Andy Rajagopalan
2019-12-17 23:34:58 -08:00
committed by Steve Smith
parent d45c172bd4
commit 007c9b7dda

View File

@@ -61,4 +61,4 @@
file:
path: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
state: touch
when: import_status.state == 'COMPLETED'
when: import_status.json.state == 'COMPLETED'