fix typos in identity modules (#62200)

pull/62217/head
Andrey Klychkov 5 years ago committed by Alicia Cozine
parent 655f771547
commit 742eebc92c

@ -210,7 +210,7 @@ def user_add_or_update(module, HTTPMethod):
api_base_url = cyberark_session["api_base_url"]
validate_certs = cyberark_session["validate_certs"]
# Prepare result, paylod, and headers
# Prepare result, payload, and headers
result = {}
payload = {}
headers = {'Content-Type': 'application/json',

@ -68,7 +68,7 @@ options:
description:
- A dictionary containing authentication details. If this is set, M(onepassword_info) will attempt to sign in to 1Password automatically.
- Without this option, you must have already logged in via the 1Password CLI before running Ansible.
- It is B(highly) recommened to store 1Password credentials in an Ansible Vault. Ensure that the key used to encrypt
- It is B(highly) recommended to store 1Password credentials in an Ansible Vault. Ensure that the key used to encrypt
the Ansible Vault is equal to or greater in strength than the 1Password master password.
suboptions:
subdomain:

Loading…
Cancel
Save