diff --git a/plugins/modules/net_tools/dnsimple.py b/plugins/modules/net_tools/dnsimple.py index 188f9fd64a..e561f7282a 100644 --- a/plugins/modules/net_tools/dnsimple.py +++ b/plugins/modules/net_tools/dnsimple.py @@ -92,13 +92,6 @@ EXAMPLES = ''' account_api_token: dummyapitoken delegate_to: localhost -- name: Fetch my.com domain records - community.general.dnsimple: - domain: my.com - state: present - delegate_to: localhost - register: records - - name: Delete a domain community.general.dnsimple: domain: my.com