Targeting a small typo correction (#78531)

pull/78551/head
Ian Wienand 2 years ago committed by GitHub
parent 4604ea38dd
commit b6f42547f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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']

Loading…
Cancel
Save