change ln 64 to correct key

This commit is contained in:
Andy Rajagopalan
2019-12-17 23:34:58 -08:00
parent ee14758dd4
commit 618b898a32

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'