Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idempotent when password is scram hashed (#302)
* idempotent when password is scram hashed Add a test to user_should_we_change_password to check if the password parameter is a SCRAM-256 hash, and if it is the same as the stored password. Fixes #301 * Update plugins/modules/postgresql_user.py Co-authored-by: Andrew Klychkov <[email protected]>
- Loading branch information