mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit e8c37ca605
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
004e6d06c3
commit
8f03511d9c
1 changed files with 0 additions and 7 deletions
|
@ -92,13 +92,6 @@ EXAMPLES = '''
|
||||||
account_api_token: dummyapitoken
|
account_api_token: dummyapitoken
|
||||||
delegate_to: localhost
|
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
|
- name: Delete a domain
|
||||||
community.general.dnsimple:
|
community.general.dnsimple:
|
||||||
domain: my.com
|
domain: my.com
|
||||||
|
|
Loading…
Reference in a new issue