diff --git a/lib/ansible/modules/net_tools/nsupdate.py b/lib/ansible/modules/net_tools/nsupdate.py index 98f38d4e279..7471e559208 100644 --- a/lib/ansible/modules/net_tools/nsupdate.py +++ b/lib/ansible/modules/net_tools/nsupdate.py @@ -24,7 +24,6 @@ module: nsupdate short_description: Manage DNS records. description: - Create, update and remove DNS records using DDNS updates - - DDNS works well with both bind and Microsoft DNS (see https://technet.microsoft.com/en-us/library/cc961412.aspx) version_added: "2.3" requirements: - dnspython