From dce582c64c313198045e6422d2a77b2b788655d2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:04:08 +0200 Subject: [PATCH] Remove non-working example. (#3571) (#3586) (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 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