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

Change-Id: I27ad3d151d27804e951f5b7dd98f95d226aab507
diff --git a/xos/synchronizer/steps/sync_vroutertenant.py b/xos/synchronizer/steps/sync_vroutertenant.py
index a67d210..190dd2b 100644
--- a/xos/synchronizer/steps/sync_vroutertenant.py
+++ b/xos/synchronizer/steps/sync_vroutertenant.py
@@ -7,7 +7,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 *
 from services.vrouter.models import VRouterTenant
 from services.onos.models import ONOSService
 from services.fabric.models import FabricService