From 8f03511d9c8206eed59aa489b6a8cd3b1c45e206 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:07:04 +0200 Subject: [PATCH] Remove non-working example. (#3571) (#3587) (cherry picked from commit e8c37ca605d819ac682f1fe7d794c897e364004a) Co-authored-by: Felix Fontein --- 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 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