Skip to content
Snippets Groups Projects
Commit 3f497277 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ensure python package to manage mysql

parent 3072759d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,14 @@
pkg: mysql-server
state: present
- name: Install PIP packages
pip:
name: '{{ packages }}'
state: present
vars:
packages:
- PyMySQL
# The following should also work for the new mechanism of MySQL 5.7 where
# the auth plugin for root@localhost is initially set to socket mode.
# This uses the pre-hashed default password 'root' which will then be changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment