mysql_user: login_user={{ db_user_root }} login_password={{ db_pass_root }} name={{ db_user }} password={{ db_pass }} priv=*.*:ALL,GRANT state=present
We're facing issue on running this, from machine B to install on machine A. Installing from machine A to machine B is running fine.
However, by specifying login_host parameter this works fine.
But, the same parameter is not essential while running from A to B.
What could be the scenario?? why is that login_host parameter is required when running from B to A and not vice versa.
Thanks in advance,
Mona G