From e8c37ca605d819ac682f1fe7d794c897e364004a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 18 Oct 2021 22:51:26 +0200 Subject: [PATCH] Remove non-working example. (#3571) --- plugins/modules/net_tools/dnsimple.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/modules/net_tools/dnsimple.py b/plugins/modules/net_tools/dnsimple.py index 3681348f4e..ac1b2a1416 100644 --- a/plugins/modules/net_tools/dnsimple.py +++ b/plugins/modules/net_tools/dnsimple.py @@ -94,13 +94,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