Skip to content

Commit

Permalink
Disable MySQL server install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok committed Aug 17, 2018
1 parent 36df5bc commit 64d0b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/ansible-role-mysql/vars/Debian.yml
Expand Up @@ -2,7 +2,7 @@
mysql_daemon: mysql
mysql_config_file: /etc/mysql/my.cnf
__mysql_packages:
- mariadb-client
- mariadb-server
- mysql-client
- mysql-server
- python-mysqldb
mysql_socket: /var/run/mysqld/mysqld.sock
2 changes: 1 addition & 1 deletion core/core-lamp/meta/main.yml
Expand Up @@ -9,7 +9,7 @@ dependencies:
- { role: '../core/facade-php-pear' }
# - { role: '../core/facade-php-xhprof' }
- { role: '../core/cibox-php-pcntl' }
- { role: '../core/facade-mysql' }
# - { role: '../core/facade-mysql' }
# - { role: '../core/cibox-jenkins' }
# - { role: '../core/cibox-jetty-solr' }
# - { role: '../core/cibox-sniffers' }
Expand Down

0 comments on commit 64d0b5e

Please sign in to comment.