CORD-706: Make room for new Ansible-invocation interface

Change-Id: I4314c746bdced8a9c63a230d1aa3a7605488b5b7
diff --git a/xos/synchronizer/steps/sync_controller_slices.py b/xos/synchronizer/steps/sync_controller_slices.py
index 58a0896..bd7e4f0 100644
--- a/xos/synchronizer/steps/sync_controller_slices.py
+++ b/xos/synchronizer/steps/sync_controller_slices.py
@@ -6,7 +6,7 @@
 from xos.config import Config
 from synchronizers.base.syncstep import *
 from core.models import *
-from synchronizers.base.ansible import *
+from synchronizers.base.ansible_helper import *
 from xos.logger import observer_logger as logger
 import json