jhaals / ansible-vault

ansible lookup plugin for secrets stored in Vault(by HashiCorp)
BSD 3-Clause "New" or "Revised" License
347 stars 65 forks source link

Error while looking up from playbook #30

Closed uzzz closed 7 years ago

uzzz commented 7 years ago

Hi,

I inserted line from README into my playbook

- debug: msg="{{ lookup('vault', 'secret/foo', 'value') }}"

Bu I receive following error: Unexpected error in during lookup: run() got multiple values for keyword argument 'inject'

Ansible 1.9.6

Am I doing something wrong or it's a bug?

jhaals commented 7 years ago

Sorry for the extremely slow reply, I had notifications disabled for some time and your issue got lost. Please reopen if this issue still remains, I'm no longer running 1.9 myself but there has been some community contributions that might have solved this issue.