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

Change-Id: I3c8720417c675b4e1b32ff7753166a0d02787117
diff --git a/xos/synchronizer/steps/sync_controller_images.py b/xos/synchronizer/steps/sync_controller_images.py
index dbda082..b944dca 100644
--- a/xos/synchronizer/steps/sync_controller_images.py
+++ b/xos/synchronizer/steps/sync_controller_images.py
@@ -8,7 +8,7 @@
 from core.models import Controller
 from core.models import Image, ControllerImages
 from xos.logger import observer_logger as logger 
-from synchronizers.base.ansible import *
+from synchronizers.base.ansible_helper import *
 import json
 
 class SyncControllerImages(OpenStackSyncStep):