70bc351f31
* tmp * mysql_query: new module * remove irrelevant changes from mysql.py * add autocommit keyarg to mysql_connect * add basic CI tests * tmp * fix CI tests * add CI tests * fix comment in CI tests * remove path_to_script option * refactoring * change tests formatting * add single_transaction param * fix sanity * add note * fix
5 lines
169 B
YAML
5 lines
169 B
YAML
# mysql_query module initial CI tests
|
|
- import_tasks: mysql_query_initial.yml
|
|
when:
|
|
- ansible_distribution == 'CentOS'
|
|
- ansible_distribution_major_version >= '7'
|