Hey Brian, Unfortunately, "no_target_syslog" didn't make any difference, I am still seeing the become-success message on the syslog, however the other ansible-command line has gone, although that one didn't contain the password. The same behaviour was observed with no_log.
Moving the variable to be inline solves the issue partially as now the task output shows it. Is there anything else I can try out? Thanks! On Thursday, 12 October 2017 17:51:18 UTC+2, Brian Coca wrote: > > No, you CAN use the shell module instead and define the var inline: > > - shell: PASSWORD=xxx /run/stuff > > Another option is to 'silence' that command via `no_log: True` or even > globally avoid logging on target via the 'no_target_syslog' setting. > > - > ---------- > Brian Coca > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f551db67-e182-4162-b01b-d67810543ffa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
