ansible server: we enable logdetail, so call the plugin logdetail
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
55d0adcba2
commit
d05c1a61b9
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class CallbackModule(CallbackBase):
|
|||
"""
|
||||
logs playbook results, per host, in /var/log/ansible/hosts
|
||||
"""
|
||||
CALLBACK_NAME = 'logdetail2'
|
||||
CALLBACK_NAME = 'logdetail'
|
||||
CALLBACK_TYPE = 'notification'
|
||||
CALLBACK_VERSION = 2.0
|
||||
CALLBACK_NEEDS_WHITELIST = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue