mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix typo: authenicate -> authenticate
This commit is contained in:
committed by
Matt Clay
parent
b4c6b81619
commit
45f2a6734d
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user