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
80 stars 59 forks source link

Update `check_mode` attributes to correct `description` and add `details` #325

Closed briantist closed 1 year ago

briantist commented 1 year ago
SUMMARY

When I added attributes in #320 I didn't quite use check_mode correctly. The description should be a general description of the attribute (what to expect from check mode), and details about how the particular module implements it should be added in a list under details, which will render underneath the support field in the docs.

Should update these to correct them.

Example:

ISSUE TYPE