Re: [ansible-project] Re: Incomprehensible error message

2024-01-17 Thread Vladimir Botka
On Thu, 18 Jan 2024 12:38:09 +0700 Ian Hobson wrote: > The comma separated list of privileges, cannot have spaces after the > commas. > > This is unusually user-hostile! This was fixed two years ago https://github.com/ansible-collections/community.mysql/blob/main/plugins/module_utils/user.py#L

[ansible-project] Re: Incomprehensible error message

2024-01-17 Thread Ian Hobson
Found the problem. The comma separated list of privileges, cannot have spaces after the commas. This is unusually user-hostile! Regards Ian On 18/01/2024 11:47, Ian Hobson wrote: Hi All, I am attempting to use Ansible to create a MySQL backup user. It should be able to read and lock tabl