Skip to content

Commit

Permalink
Merge pull request #9 from Oefenweb/make-5.6-the-default-version
Browse files Browse the repository at this point in the history
Make 5.6 the default version
  • Loading branch information
tersmitten authored Jan 9, 2017
2 parents 23beb54 + 0c3367d commit ca25f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## percona-client

[![Build Status](https://travis-ci.org/Oefenweb/ansible-percona-client.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-percona-client) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-percona--client-blue.svg)](https://galaxy.ansible.com/list#/roles/4823)
[![Build Status](https://travis-ci.org/Oefenweb/ansible-percona-client.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-percona-client) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-percona--client-blue.svg)](https://galaxy.ansible.com/tersmitten/percona-client)

Set up a [percona-server](https://www.percona.com/software/mysql-database/percona-server) client in Debian-like systems.

Expand All @@ -10,7 +10,7 @@ None

#### Variables

* `percona_client_version`: [default: `5.5`]: Version to install (e.g. `5.6`)
* `percona_client_version`: [default: `5.6`]: Version to install (e.g. `5.6`)
* `percona_client_install`: [default: `[]`]: Additional packages to install

* `percona_client_my_cnf_files`: [default: `[]`]: `.my.cnf` files to configure
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for percona-client
---
percona_client_version: 5.5
percona_client_version: 5.6
percona_client_install: []
percona_client_my_cnf_files: []
percona_client_ssl_map: {}

0 comments on commit ca25f07

Please sign in to comment.