summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/identity
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2017-06-12 12:25:19 +0530
committerJohn R Barker <john@johnrbarker.com>2017-06-12 07:55:19 +0100
commitb89cb956092e6f28d16010dc887ee2dc46e7855b (patch)
tree0162132b7c833888bc16a32c6d5e251245aedd03 /lib/ansible/modules/identity
parent460d932aa8e8fbdc0c72057e2e43f6e98d1d590c (diff)
downloadansible-b89cb956092e6f28d16010dc887ee2dc46e7855b.tar.gz
Fix spelling mistakes (comments only) (#25564)
Original Author : klemens <ka7@github.com> Taking over previous PR as per https://github.com/ansible/ansible/pull/23644#issuecomment-307334525 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
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