From 2e2cfa623257e54137f5ca330610515282a1a32c Mon Sep 17 00:00:00 2001 From: John Steel Date: Fri, 20 Apr 2018 09:42:42 -0400 Subject: [PATCH] Update dnsmadeeasy.py (#38731) If you omit the record type on state absent you will get "record_type not yet supported". Although in my experience so far, if you put the record type it still fails to remove the record but it doesn't crash. (#38730) +label: docsite_pr --- lib/ansible/modules/net_tools/dnsmadeeasy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/net_tools/dnsmadeeasy.py b/lib/ansible/modules/net_tools/dnsmadeeasy.py index 8e583a1cba..29eccf9255 100644 --- a/lib/ansible/modules/net_tools/dnsmadeeasy.py +++ b/lib/ansible/modules/net_tools/dnsmadeeasy.py @@ -240,6 +240,7 @@ EXAMPLES = ''' account_key: key account_secret: secret domain: my.com + record_type: A state: absent record_name: test