Restored dash from group names
diff --git a/update-replication-factor.yml b/update-replication-factor.yml
index cdf188b..044a8b4 100644
--- a/update-replication-factor.yml
+++ b/update-replication-factor.yml
@@ -118,38 +118,38 @@
     component: 'edge-management-server'
     self_server_types: ['ms']
 
-- name: Download logs and configs from dc1-ds
+- name: Download logs and configs from dc-1-ds
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc1-ds
+    hosts: dc-1-ds
   tags: ['logs']
 
-- name: Download logs and configs from dc1-ms
+- name: Download logs and configs from dc-1-ms
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc1-ms
+    hosts: dc-1-ms
   tags: ['logs']
 
-- name: Download logs and configs from dc1-rmp
+- name: Download logs and configs from dc-1-rmp
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc1-rmp
+    hosts: dc-1-rmp
   tags: ['logs']
 
-- name: Download logs and configs from dc2-ds
+- name: Download logs and configs from dc-2-ds
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc2-ds
+    hosts: dc-2-ds
   tags: ['logs']
 
-- name: Download logs and configs from dc2-ms
+- name: Download logs and configs from dc-2-ms
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc2-ms
+    hosts: dc-2-ms
   tags: ['logs']
 
-- name: Download logs and configs from dc2-rmp
+- name: Download logs and configs from dc-2-rmp
   include: opdk-setup-log-files.yml
   vars:
-    hosts: dc2-rmp
+    hosts: dc-2-rmp
   tags: ['logs']