From 03240cfcb69a31c81b67e4a8f456ed158833e907 Mon Sep 17 00:00:00 2001 From: Louis-Michel Couture Date: Wed, 10 Jun 2015 01:56:32 -0400 Subject: [PATCH] Update example to remove outdated information --- lib/ansible/modules/database/mysql/mysql_user.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/database/mysql/mysql_user.py b/lib/ansible/modules/database/mysql/mysql_user.py index 7c5f6b8346a..cb9b89ffc5b 100644 --- a/lib/ansible/modules/database/mysql/mysql_user.py +++ b/lib/ansible/modules/database/mysql/mysql_user.py @@ -150,8 +150,6 @@ mydb.*:INSERT,UPDATE/anotherdb.*:SELECT/yetanotherdb.*:ALL - mysql_user: name=root password=abc123 login_unix_socket=/var/run/mysqld/mysqld.sock # Example .my.cnf file for setting the root password -# Note: don't use quotes around the password, because the mysql_user module -# will include them in the password but the mysql client will not [client] user=root