On Thursday, 4 October 2018 01.44.16 CEST David Reagan wrote: > I have encrypted some of my host_vars data using ansible-vault. The data is > encrypted properly. What is odd is that when I run the playbook that uses > the data, the data is output, in plaintext, to the console. > > It does this when the task has changed, and when the task hasn't changed. > > Is that expected behavior?
Yes. If you would like to hide information in logs and output use the no_log: True attribute on the task or the play. -- Kai Stian Olstad -- 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/1857765.5HubLS4IdJ%40x1. For more options, visit https://groups.google.com/d/optout.
