mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Use mysql_variable to query, set and update variables. Assert using user and password to query, set and update variables. Assert using single quotes, double quotes and no quotes when using variables
6 lines
82 B
YAML
6 lines
82 B
YAML
---
|
|
# defaults file for test_mysql_variables
|
|
user: 'user1'
|
|
password: 'password1'
|
|
|