luks_device - make add/removal of keyfile/passphrase idempotent (#168)

* Update documentation, adjust tests, add changelog fragment.

* Move module unit test to correct place.

* Implement keyfile / passphrase test.
This commit is contained in:
Felix Fontein
2021-01-03 11:22:41 +01:00
committed by GitHub
parent fb2f3ef2b5
commit ccb25eab36
6 changed files with 103 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "luks_device - ``new_keyfile``, ``new_passphrase``, ``remove_keyfile`` and ``remove_passphrase`` are now idempotent (https://github.com/ansible-collections/community.crypto/issues/19, https://github.com/ansible-collections/community.crypto/pull/168)."