--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4e82e4ab-168a-4672-91e5-114cb268de1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TASK: [mariadb | Create/assign database users to db and grant permissions] ****failed: [192.168.50.12] => (item=['john', 'john1234', 'sample.sql', 'localhost']) => {"failed": true, "item": ["john", "john1234", "sample.sql", "localhost"], "parsed": false}invalid output was: Traceback (most recent call last):File "/root/.ansible/tmp/ansible-tmp-1400187475.47-8611387391407/mysql_user", line 1651, in <module>main()File "/root/.ansible/tmp/ansible-tmp-1400187475.47-8611387391407/mysql_user", line 459, in mainchanged = user_add(cursor, user, host, password, priv)File "/root/.ansible/tmp/ansible-tmp-1400187475.47-8611387391407/mysql_user", line 161, in user_addprivileges_grant(cursor, user,host,db_table,priv)File "/root/.ansible/tmp/ansible-tmp-1400187475.47-8611387391407/mysql_user", line 289, in privileges_grantcursor.execute(query)File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in executeself.errorhandler(self, exc, value)File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandlerraise errorclass, errorvalue_mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '.* TO 'john'@'localhost'' at line 1")failed: [192.168.50.12] => (item=['john', 'john1234', 'sample.sql', '%']) => {"failed": true, "item": ["john", "john1234", "sample.sql", "%"]}msg: unable to connect to database, check login_user and login_password are correct or ~/.my.cnf has the credentialsFATAL: all hosts have already failed -- aborting
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2ba2361a-5816-4674-bc98-c3fd201b05c8%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a29a6b5a-18ba-4fe9-b5a3-d763cfa13489%40googlegroups.com.