Fix typo

Change-Id: Idca41cdcb7bd9160bec25f09df6d5fb108a26f85
diff --git a/roles/head-node/files/connect-switch.yml b/roles/head-node/files/connect-switch.yml
index da4edb0..2a43856 100644
--- a/roles/head-node/files/connect-switch.yml
+++ b/roles/head-node/files/connect-switch.yml
@@ -3,7 +3,7 @@
   hosts: localhost
   tasks:
     - name: Lookup DHCP harvest
-      shell: cat /etc/bind/maas/dhcp_harvest.inc | grep -i " cc:37:ab\| 70:72;cf" | awk '{print $1}'
+      shell: cat /etc/bind/maas/dhcp_harvest.inc | grep -i " cc:37:ab\| 70:72:cf" | awk '{print $1}'
       register: switches
     - name: Add hosts into inventory
       add_host: name={{item}} group=fabric