Browse Source

Remove python-mysqldb while installing mysql DB server

Emmanuel Bouthenot 11 years ago
parent
commit
e74bb12847
1 changed files with 0 additions and 1 deletions
  1. 0 1
      roles/dbserver/tasks/mysql.yml

+ 0 - 1
roles/dbserver/tasks/mysql.yml

@@ -2,7 +2,6 @@
   action: ${ansible_pkg_mgr} pkg=${item} state=installed update_cache=yes
   with_items:
     - mysql-server
-    - python-mysqldb
     - automysqlbackup
   when_boolean: ${with_mysql}