mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
renamed managed_syslog to no_target_syslog
This commit is contained in:
parent
37a918438b
commit
bb6141ec41
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue