ansible-keepass
ansible-keepass copied to clipboard
Attachment content not being updated
I've added an attachment to my file with certain content: I read it like this:
- name: Backend postgres vars
ansible.builtin.include_vars:
file: "{{ lookup('viczem.keepass.keepass', 'infrastructure/infisical', 'attachments', 'infisical-postgres.yml') }}"
name: infisical_postgres_env
However I've noticed that whenever I change the attachment in DB, this plugin still reads old value on next run.