When I try to write a file to a kv store I get the error that I do not define -token flag but when I look in the logs I see that the correct token is passed on.
When doing this myself in my own terminal it the command does work after setting all the variables (token, url, namespace).
I use the Hashicorp Cloud vault, tier development
Version of Ansible: 2.13.7
Version of Vault cli on Ansible controller: 1.12.2
Yeah I figured that out as well, I thought because you have to export vault_token there would also be a option to pass the token via the cli but I was wrong.