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:
|
DEFAULT_NO_TARGET_SYSLOG:
|
||||||
name: No syslog on target
|
name: No syslog on target
|
||||||
default: False
|
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}]
|
env: [{name: ANSIBLE_NO_TARGET_SYSLOG}]
|
||||||
ini:
|
ini:
|
||||||
- {key: no_target_syslog, section: defaults}
|
- {key: no_target_syslog, section: defaults}
|
||||||
|
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
callback: json
|
callback: json
|
||||||
short_description: Ansbile screen output as JSON
|
short_description: Ansible screen output as JSON
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
description:
|
description:
|
||||||
- This callback converts all events into JSON output to stdout
|
- This callback converts all events into JSON output to stdout
|
||||||
|
|
|
@ -15,7 +15,7 @@ DOCUMENTATION = '''
|
||||||
- "TODO: make this configurable"
|
- "TODO: make this configurable"
|
||||||
requirements:
|
requirements:
|
||||||
- Whitelist in configuration
|
- 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
|
import os
|
||||||
|
|
Loading…
Reference in a new issue