commit | 86616c907292d56554e940c2641e9e328c70d34c | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Tue Sep 13 13:05:57 2016 -0700 |
committer | Charles Chan <rascov@gmail.com> | Tue Sep 13 13:05:57 2016 -0700 |
tree | 8ebf4ca78f382a02691c4e6427811d6ecd1d4bd5 | |
parent | 74bd5a4d9630765ee146896c61c0669145f092aa [diff] |
Fix typo Change-Id: Idca41cdcb7bd9160bec25f09df6d5fb108a26f85
diff --git a/roles/head-node/files/connect-switch.yml b/roles/head-node/files/connect-switch.yml index 5fdb996..ef1e0ab 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 changed_when: false - name: Add hosts into inventory