summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-08-15 16:44:58 +0200
committerGitHub <noreply@github.com>2022-08-15 16:44:58 +0200
commitb6f42547f415f162e180ff94be94ea82a30b35a2 (patch)
tree6178558dd3277d3985089ded6998903d62fdeb4e
parentSupply some descriptions for settings used in ansible.cfg (#78536) (diff)
downloadansible-b6f42547f415f162e180ff94be94ea82a30b35a2.tar.xz
ansible-b6f42547f415f162e180ff94be94ea82a30b35a2.zip
Targeting a small typo correction (#78531)
-rw-r--r--lib/ansible/modules/meta.py2
-rw-r--r--lib/ansible/modules/pip.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/meta.py b/lib/ansible/modules/meta.py
index b0376b6263..1b062c983f 100644
--- a/lib/ansible/modules/meta.py
+++ b/lib/ansible/modules/meta.py
@@ -93,7 +93,7 @@ EXAMPLES = r'''
- name: Refresh inventory to ensure new instances exist in inventory
ansible.builtin.meta: refresh_inventory
-# Example showing how to clear all existing facts of targetted hosts
+# Example showing how to clear all existing facts of targeted hosts
- name: Clear gathered facts from all currently targeted hosts
ansible.builtin.meta: clear_facts
diff --git a/lib/ansible/modules/pip.py b/lib/ansible/modules/pip.py
index 4fd9e4e314..a9930ccdbf 100644
--- a/lib/ansible/modules/pip.py
+++ b/lib/ansible/modules/pip.py
@@ -243,7 +243,7 @@ cmd:
type: str
sample: pip2 install ansible six
name:
- description: list of python modules targetted by pip
+ description: list of python modules targeted by pip
returned: success
type: list
sample: ['ansible', 'six']