fixes typo ansbile to ansible
This commit is contained in:
parent
b14e5c33ab
commit
2b4db5eaab
3 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue