diff --git a/plugins/modules/net_tools/dnsimple.py b/plugins/modules/net_tools/dnsimple.py index c4314b6539..f7653c9b2c 100644 --- a/plugins/modules/net_tools/dnsimple.py +++ b/plugins/modules/net_tools/dnsimple.py @@ -84,13 +84,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