ansible-keepass icon indicating copy to clipboard operation
ansible-keepass copied to clipboard

Attachment content not being updated

Open Real-Gecko opened this issue 6 months ago • 23 comments

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.

Real-Gecko avatar Aug 06 '24 00:08 Real-Gecko