mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed comment
This commit is contained in:
parent
b50980d912
commit
db051ff9d2
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ class DME2:
|
||||||
if not self.all_records:
|
if not self.all_records:
|
||||||
self.all_records = self.getRecords()
|
self.all_records = self.getRecords()
|
||||||
|
|
||||||
# TODO SRV type not yet implemented
|
|
||||||
if record_type in ["A", "AAAA", "CNAME", "HTTPRED", "PTR"]:
|
if record_type in ["A", "AAAA", "CNAME", "HTTPRED", "PTR"]:
|
||||||
for result in self.all_records:
|
for result in self.all_records:
|
||||||
if result['name'] == record_name and result['type'] == record_type:
|
if result['name'] == record_name and result['type'] == record_type:
|
||||||
|
|
Loading…
Reference in a new issue