Open atta opened 2 years ago
+1 Cleaner and much more intuitive handling of fields/attachments imho
ansible-galaxy install git+https://github.com/citynetwork/ansible-modules-bitwarden,feature/custom\+attachments
- hosts: foo
roles:
- ansible-modules-bitwarden
tasks:
- ansible.builtin.copy:
dest: ~/.ssh/id_rsa.pub
content: "{{ lookup('bitwarden', 'id_rsa', field='id_rsa.pub', type='attachment') }}"
this patch will allow custome fields and attachments used with Organization and Collection