From 7d6e3f3bba2d910dff4d159d1db646e94dbf8fd9 Mon Sep 17 00:00:00 2001 From: tedder Date: Sat, 10 Feb 2018 16:47:40 -0800 Subject: [PATCH] fix spelling. Seriously, that's it. (cherry picked from commit e8fc269cd3012f8791afe217e92040da3d729c3b) --- CHANGELOG.md | 3 ++- lib/ansible/plugins/callback/actionable.py | 2 +- lib/ansible/plugins/callback/full_skip.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0fc0ed118..12fa73d5fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/ansible/plugins/callback/actionable.py b/lib/ansible/plugins/callback/actionable.py index d0127a36d16..50a46c775bd 100644 --- a/lib/ansible/plugins/callback/actionable.py +++ b/lib/ansible/plugins/callback/actionable.py @@ -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 diff --git a/lib/ansible/plugins/callback/full_skip.py b/lib/ansible/plugins/callback/full_skip.py index bc5b0dbfb27..6db4260b745 100644 --- a/lib/ansible/plugins/callback/full_skip.py +++ b/lib/ansible/plugins/callback/full_skip.py @@ -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"