fix spelling. Seriously, that's it.

(cherry picked from commit e8fc269cd3)
pull/36392/head
tedder 8 years ago committed by Brian Coca
parent acea14b392
commit 7d6e3f3bba

@ -59,7 +59,8 @@ Ansible Changes By Release
* Fix docker_service so a build is not triggered every time
https://github.com/ansible/ansible/issues/36145
* Be more tolerant about spaces when gathering virtual facts (https://github.com/ansible/ansible/pull/36042)
* validate add_host name parameter (https://github.com/ansible/ansible/pull/36055)
* spelling fixes (https://github.com/ansible/ansible/pull/36007)
<a id="2.4.3"></a>

@ -12,7 +12,7 @@ DOCUMENTATION = '''
short_description: shows only items that need attention
description:
- Use this callback when you dont care about OK nor Skipped.
- This callback suppreses any non Failed or Changed status.
- This callback suppresses any non Failed or Changed status.
version_added: "2.1"
extends_documentation_fragment:
- default_callback

@ -9,7 +9,7 @@ __metaclass__ = type
DOCUMENTATION = '''
callback: full_skip
type: stdout
short_description: suppreses tasks if all hosts skipped
short_description: suppresses tasks if all hosts skipped
description:
- Use this plugin when you dont care about any output for tasks that were completly skipped
version_added: "2.4"

Loading…
Cancel
Save