mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
MySQL Password updates (#25825)
* MySQL Password updates * Disable user_password_update_test
This commit is contained in:
parent
7ee7fa7332
commit
448efdb9e5
5 changed files with 8 additions and 8 deletions
|
@ -4,8 +4,8 @@ db_name: 'data'
|
|||
user_name_1: 'db_user1'
|
||||
user_name_2: 'db_user2'
|
||||
|
||||
user_password_1: '12345'
|
||||
user_password_2: '98765'
|
||||
user_password_1: 'gadfFDSdtTU^Sdfuj'
|
||||
user_password_2: 'jkFKUdfhdso78yi&td'
|
||||
|
||||
db_names:
|
||||
- clientdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue