diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 0baec404181..ea993840766 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -786,7 +786,7 @@ DEFAULT_NO_LOG: DEFAULT_NO_TARGET_SYSLOG: name: No syslog on target default: False - description: Toggle Ansbile logging to syslog on the target when it executes tasks. + description: Toggle Ansible logging to syslog on the target when it executes tasks. env: [{name: ANSIBLE_NO_TARGET_SYSLOG}] ini: - {key: no_target_syslog, section: defaults} diff --git a/lib/ansible/plugins/callback/json.py b/lib/ansible/plugins/callback/json.py index cf359f9285b..3a55a69e1c8 100644 --- a/lib/ansible/plugins/callback/json.py +++ b/lib/ansible/plugins/callback/json.py @@ -8,7 +8,7 @@ __metaclass__ = type DOCUMENTATION = ''' callback: json - short_description: Ansbile screen output as JSON + short_description: Ansible screen output as JSON version_added: "2.2" description: - This callback converts all events into JSON output to stdout diff --git a/lib/ansible/plugins/callback/log_plays.py b/lib/ansible/plugins/callback/log_plays.py index 5b9d1b96c09..146165fa3a0 100644 --- a/lib/ansible/plugins/callback/log_plays.py +++ b/lib/ansible/plugins/callback/log_plays.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' - "TODO: make this configurable" requirements: - Whitelist in configuration - - A writeable /var/log/ansible/hosts directory by the user executing Ansbile on the controller + - A writeable /var/log/ansible/hosts directory by the user executing Ansible on the controller ''' import os