bennojoy / mysql

ansible role for mysql
150 stars 137 forks source link

MySQL-python package required on remote host #43

Open swamikevala opened 5 years ago

swamikevala commented 5 years ago

All my hosts are on CentOS 7.6. I needed to add this to make the mysql_user module work:

- name: install MySQL-python package
  yum:
    name: MySQL-python
    state: present