mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
Make no_target_syslog consistent.
no_target_syslog = False --> do log on target
This commit is contained in:
parent
fa71c38c2a
commit
8ea45e8608
4 changed files with 4 additions and 4 deletions
|
|
@ -182,7 +182,7 @@
|
|||
#no_log = False
|
||||
|
||||
# prevents logging of tasks, but only on the targets, data is still logged on the master/controller
|
||||
#no_target_syslog = True
|
||||
#no_target_syslog = False
|
||||
|
||||
# controls the compression level of variables sent to
|
||||
# worker processes. At the default of 0, no compression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue