mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-22 05:51:45 -07:00
technomax review modification
This commit is contained in:
parent
ed5890524c
commit
efe8ad2fd9
2 changed files with 7 additions and 7 deletions
|
@ -509,6 +509,9 @@ def main():
|
|||
module.fail_json(msg="password_expire_interval value \
|
||||
should be positive number")
|
||||
|
||||
if salt and plugin not in ['caching_sha2_password', 'sha256_password']:
|
||||
module.fail_json(msg="salt requires caching_sha2_password or sha256_password plugin")
|
||||
|
||||
cursor = None
|
||||
try:
|
||||
if check_implicit_admin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue