CORD-706: Make room for new Ansible-invocation interface
Change-Id: I3c8720417c675b4e1b32ff7753166a0d02787117
diff --git a/xos/synchronizer/steps/sync_container.py b/xos/synchronizer/steps/sync_container.py
index 41e1305..e884add 100644
--- a/xos/synchronizer/steps/sync_container.py
+++ b/xos/synchronizer/steps/sync_container.py
@@ -8,7 +8,7 @@
from xos.config import Config
from synchronizers.base.SyncInstanceUsingAnsible import SyncInstanceUsingAnsible
from synchronizers.base.syncstep import SyncStep, DeferredException
-from synchronizers.base.ansible import run_template_ssh
+from synchronizers.base.ansible_helper import run_template_ssh
from core.models import Service, Slice, Instance
from xos.logger import Logger, logging