Showing
1 changed file
with
0 additions
and
3 deletions
@@ -195,9 +195,6 @@ class EMRClusterScanner(object): | @@ -195,9 +195,6 @@ class EMRClusterScanner(object): | ||
195 | print 'Running playbook to sync DNS...' | 195 | print 'Running playbook to sync DNS...' |
196 | syncResult = self.syncDNS(emrName) | 196 | syncResult = self.syncDNS(emrName) |
197 | if syncResult: | 197 | if syncResult: |
198 | - print 'Running playbook to sync DNS...' | ||
199 | - syncResult = self.syncDNS(emrName) | ||
200 | - if syncResult: | ||
201 | print 'DNS synced' | 198 | print 'DNS synced' |
202 | else: | 199 | else: |
203 | print 'DNS sync failed' | 200 | print 'DNS sync failed' |
-
Please register or login to post a comment