I am struggling to set the SHOW VIEW permission for a user on a DATABASE. 

I have tried with the following syntax, to no avail:
  mysql_user:
    name: "{{ <my username>  } }"
    password: "{{ <my password>  } }"
         priv: "<my_database>.*:SELECT,SHOW VIEW"
    host: "{{ <my host> }}"



I am not sure what else to try!

Thanks in advance for any help. 

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/85df6296-f359-4758-9312-f19f54b39f6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to