mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Fix typo: authenicate
-> authenticate
This commit is contained in:
parent
b4c6b81619
commit
45f2a6734d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ author: Alex Coomans
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# authenicate using email and API token
|
# authenticate using email and API token
|
||||||
- local_action: dnsimple account_email=test@example.com account_api_token=dummyapitoken
|
- local_action: dnsimple account_email=test@example.com account_api_token=dummyapitoken
|
||||||
|
|
||||||
# fetch all domains
|
# fetch all domains
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue