summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/identity
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/identity')
-rw-r--r--lib/ansible/modules/identity/ipa/ipa_host.py2
-rw-r--r--lib/ansible/modules/identity/ipa/ipa_sudorule.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/identity/ipa/ipa_host.py b/lib/ansible/modules/identity/ipa/ipa_host.py
index d3b77dad29..c6c1c96ce6 100644
--- a/lib/ansible/modules/identity/ipa/ipa_host.py
+++ b/lib/ansible/modules/identity/ipa/ipa_host.py
@@ -73,7 +73,7 @@ options:
description:
- List of Base-64 encoded server certificates.
- If option is omitted certificates will not be checked or changed.
- - If an emtpy list is passed all assigned certificates will be removed.
+ - If an empty list is passed all assigned certificates will be removed.
- Certificates already assigned but not passed will be removed.
required: false
aliases: ["usercertificate"]
diff --git a/lib/ansible/modules/identity/ipa/ipa_sudorule.py b/lib/ansible/modules/identity/ipa/ipa_sudorule.py
index ef70133c1b..74f4a3c2d9 100644
--- a/lib/ansible/modules/identity/ipa/ipa_sudorule.py
+++ b/lib/ansible/modules/identity/ipa/ipa_sudorule.py
@@ -119,7 +119,7 @@ version_added: "2.3"
'''
EXAMPLES = '''
-# Ensure sudo rule is present thats allows all every body to execute any command on any host without beeing asked for a password.
+# Ensure sudo rule is present that's allows all every body to execute any command on any host without being asked for a password.
- ipa_sudorule:
name: sudo_all_nopasswd
cmdcategory: all