CORD-705: Structured logs for ELK

Change-Id: Iaa57517fb16e1f8333b913393d959ab039887bb1
diff --git a/xos/synchronizer/steps/sync_container.py b/xos/synchronizer/steps/sync_container.py
index e884add..9449af1 100644
--- a/xos/synchronizer/steps/sync_container.py
+++ b/xos/synchronizer/steps/sync_container.py
@@ -156,7 +156,7 @@
         if not template_name:
             template_name = self.template_name
         tStart = time.time()
-        run_template_ssh(template_name, fields, path="container")
+        run_template_ssh(template_name, fields, path="container", object=o)
         logger.info("playbook execution time %d" % int(time.time()-tStart),extra=o.tologdict())