Skip to content

Commit d1ca91f

Browse files
author
Colin Hoglund
committed
fix variable defaults
1 parent e4a6b4d commit d1ca91f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The MySQL users and their privileges. A user has the values `name`, `host` (defa
7070

7171
mysql_apt_repo_version: 5.7
7272

73-
Use repo.mysql.com to install mysql packages. Used only for Debian based systems. Disabled by default.
73+
Define this variable to use repo.mysql.com to install mysql packages. Used only for Debian based systems. Disabled by default.
7474

7575
mysql_apt_repo_release: "{{ansible_distribution_release}}"
7676

defaults/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ overwrite_global_mycnf: yes
2323
# mysql_config_file: /etc/my.cnf
2424
# mysql_config_include_dir: /etc/my.cnf.d
2525

26-
# Use repo.mysql.com to install mysql packages. Used only for Debian based systems
27-
mysql_apt_repo_enable: false
26+
# Define this to use repo.mysql.com to install mysql packages. Used only for Debian based systems.
27+
# mysql_apt_repo_version: 5.7
2828
# Override this if you want to install older versions of mysql on newer OS releases
2929
mysql_apt_repo_release: "{{ansible_distribution_release}}"
30-
# A list of sources to add to _/etc/apt/sources.list.d/_
31-
# Go to http://repo.mysql.com/apt/ubuntu/dists/trusty/ to see some examples
32-
mysql_apt_repo_sources: [mysql-5.7]
3330

3431
# Pass in a comma-separated list of repos to use (e.g. "remi,epel"). Used only
3532
# for RedHat systems (and derivatives).

0 commit comments

Comments
 (0)