Skip to content

Commit 483cce9

Browse files
author
JvE
committed
Figure out strange missing test file
1 parent 2a13c42 commit 483cce9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/centos-7-test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
- hosts: all
3+
vars:
4+
mysql_packages:
5+
- mariadb
6+
- mariadb-server
7+
- mariadb-libs
8+
- MySQL-python
9+
- perl-DBD-MySQL
10+
mysql_daemon: mariadb
11+
mysql_log_error: /var/log/mariadb/mariadb.log
12+
mysql_syslog_tag: mariadb
13+
mysql_pid_file: /var/run/mariadb/mariadb.pid
14+
roles:
15+
- role_under_test

0 commit comments

Comments
 (0)