Re: [ansible-project] ansible-playbook shows encrypted data?

2018-10-03 Thread Kai Stian Olstad
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

[ansible-project] ansible-playbook shows encrypted data?

2018-10-03 Thread David Reagan
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