ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
81 stars 58 forks source link

`vault_kv2_write` refers to "patch" operations in its documentation but does not support patch #362

Closed briantist closed 1 year ago

briantist commented 1 year ago
SUMMARY

vault_kv2_write was added in #348 , and it originally included patch functionality which we decided not to implement (yet) in the final version of the PR, however we missed some areas in documentation like the description that still refer to patching, which is confusing.

image image

ISSUE TYPE
briantist commented 1 year ago

For context: this came up as a question in IRC where someone was trying to patch with the new module and I opened this issue to track it.