TerryHowe / ansible-modules-hashivault

Ansible module for Hashicorp Vault.
https://pypi.python.org/pypi/ansible-modules-hashivault
MIT License
454 stars 158 forks source link

hashivault_secret_engine should support diff and check #429

Closed ceesios closed 1 year ago

ceesios commented 1 year ago

I noticed that hashivault_secret_engine doesn't support diff mode. Check mode is actually supported just not enabled with "supports_check_mode". It's an easy fix, I will create a PR for this.