Refactor to remove useless variables

This commit is contained in:
Laurent Indermuehle 2023-01-12 20:34:50 +01:00
commit 85f24bd8c6
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 299 additions and 324 deletions

View file

@ -3,18 +3,3 @@ mysql_user: root
mysql_password: msandbox
mysql_host: '{{ gateway_addr }}'
mysql_primary_port: 3307
test_db: test_db
test_table: test_table
test_db1: test_db1
test_db2: test_db2
user0: user0
user1: user1
user2: user2
nonexistent: user3
role0: role0
role1: role1
role2: role2
role3: role3