Przeglądaj źródła

Remove python-mysqldb while installing mysql DB server

Emmanuel Bouthenot 12 lat temu
rodzic
commit
e74bb12847
1 zmienionych plików z 0 dodań i 1 usunięć
  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}