1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

counter_enabled.py - Fix minor typos (#49014)

This commit is contained in:
Adam Chalkley 2018-11-22 04:41:38 -06:00 committed by ansibot
parent 363ec65062
commit 685ea357f9

View file

@ -20,8 +20,8 @@ DOCUMENTATION = '''
version_added: "2.7"
description:
- Use this callback when you need a kind of progress bar on a large environments.
- You will know how many tasks has the playbook to run, and wich one is actually running.
- You will know how many hosts may run a task, and wich of them is actually running.
- You will know how many tasks has the playbook to run, and which one is actually running.
- You will know how many hosts may run a task, and which of them is actually running.
extends_documentation_fragment:
- default_callback
requirements: