VSGTenant name string
diff --git a/xos/synchronizers/fabric/steps/sync_vsgtenant.py b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
index f7fd06e..d96a2b0 100644
--- a/xos/synchronizers/fabric/steps/sync_vsgtenant.py
+++ b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
@@ -62,7 +62,7 @@
                         'rest_hostname': rest_hostname,
                         'rest_port': rest_port,
                         'rest_json': rest_json,
-                        'ansible_tag': '%s@%s'%(vsgtenant.name), # name of ansible playbook
+                        'ansible_tag': '%s'%(str(vsgtenant)), # name of ansible playbook
                         }
 
 	return image_fields