You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi.
I'm trying to change the password of the root user for a fresh mysql install with :
- name: Changing default pass for user root for mysql
action: mysql_user name=root password=root
but ir doesn't work.
am I missing something here ?
Thanks.
Michael DeHaan
unread,
Oct 16, 2012, 7:23:30 PM10/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
I believe that's only there for database users. Those using MySQL
may know. I don't use it.
> --
>
>
giulianob
unread,
Oct 17, 2012, 10:32:54 AM10/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Users in MySQL are also attached to specific hosts. I'm not sure what the behavior is when you don't specify a host in the MySQL Ansible module. You can see how these guys do it in their LAMP setup here: