Skip to content
Snippets Groups Projects
Commit e4a2a194 authored by Jafar Lie's avatar Jafar Lie
Browse files

fixed roles for mysql

Former-commit-id: a517fb14
parent c1193caa
No related branches found
No related tags found
Loading
---
- include_vars: "{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.yml"
- include: "{{ ansible_distribution }}_{{ ansible_distribution_major_version }}_{{ mysql_type }}.yml"
- include: mysql_client.yml
\ No newline at end of file
......@@ -6,6 +6,7 @@ server_packages:
- libapache2-mod-wsgi
- python-mysql.connector
- mariadb-server
- python-mysqldb
client_packages:
- python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment