renamed managed_syslog to no_target_syslog

This commit is contained in:
Brian Coca 2015-09-26 08:22:32 -04:00
parent 37a918438b
commit bb6141ec41
3 changed files with 3 additions and 3 deletions

View file

@ -351,7 +351,7 @@ class ActionBase:
module_args['_ansible_check_mode'] = True
# set no log in the module arguments, if required
if self._play_context.no_log or not C.DEFAULT_MANAGED_SYSLOG:
if self._play_context.no_log or not C.DEFAULT_NO_TARGET_SYSLOG:
module_args['_ansible_no_log'] = True
# set debug in the module arguments, if required