From db051ff9d27d1583278e074dee0f44d50e4af8fe Mon Sep 17 00:00:00 2001 From: Sebastien Couture Date: Tue, 12 Jan 2016 09:43:10 -0500 Subject: [PATCH] removed comment --- lib/ansible/modules/extras/network/dnsmadeeasy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/dnsmadeeasy.py b/lib/ansible/modules/extras/network/dnsmadeeasy.py index 090e1f6f34..db819b6766 100644 --- a/lib/ansible/modules/extras/network/dnsmadeeasy.py +++ b/lib/ansible/modules/extras/network/dnsmadeeasy.py @@ -204,7 +204,6 @@ class DME2: if not self.all_records: self.all_records = self.getRecords() - # TODO SRV type not yet implemented if record_type in ["A", "AAAA", "CNAME", "HTTPRED", "PTR"]: for result in self.all_records: if result['name'] == record_name and result['type'] == record_type: