summaryrefslogtreecommitdiff
path: root/lib/ansible
diff options
context:
space:
mode:
authorJan Fader <jan.fader@web.de>2017-12-29 01:51:43 +0100
committerMatt Clay <matt@mystile.com>2018-01-02 17:17:53 -0800
commit2b4db5eaab4813f993983346e0d6f3068ce71471 (patch)
tree09696ac561e033df3debcfd1d6c0e27bff8daa01 /lib/ansible
parentb14e5c33abdd43d0a58740f2b8c75a837af3dd69 (diff)
downloadansible-2b4db5eaab4813f993983346e0d6f3068ce71471.tar.gz
fixes typo ansbile to ansible
Diffstat (limited to 'lib/ansible')
-rw-r--r--lib/ansible/config/base.yml2
-rw-r--r--lib/ansible/plugins/callback/json.py2
-rw-r--r--lib/ansible/plugins/callback/log_plays.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml
index 0baec40418..ea99384076 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 cf359f9285..3a55a69e1c 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 5b9d1b96c0..146165fa3a 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