mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
fix spelling. Seriously, that's it.
This commit is contained in:
parent
487cf0ee8d
commit
e8fc269cd3
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
short_description: shows only items that need attention
|
short_description: shows only items that need attention
|
||||||
description:
|
description:
|
||||||
- Use this callback when you dont care about OK nor Skipped.
|
- 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"
|
version_added: "2.1"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- default_callback
|
- default_callback
|
||||||
|
|
|
@ -9,7 +9,7 @@ __metaclass__ = type
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
callback: full_skip
|
callback: full_skip
|
||||||
type: stdout
|
type: stdout
|
||||||
short_description: suppreses tasks if all hosts skipped
|
short_description: suppresses tasks if all hosts skipped
|
||||||
description:
|
description:
|
||||||
- Use this plugin when you dont care about any output for tasks that were completly skipped
|
- Use this plugin when you dont care about any output for tasks that were completly skipped
|
||||||
version_added: "2.4"
|
version_added: "2.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue