Ansible failed while installing Mysql -
ansible failed while installing mysql
fatal: [cvhnd-comm-s-alberto]: failed! => {"changed": false, "failed": true, "gid": 0, "group": "root", "mode": "0755", "msg": "chown failed: failed user mysql", "owner": "root", "path": "/home/mysql/.aws", "size": 4096, "state": "directory", "uid": 0}
please me
it looks trying change ownership of /home/mysql/.aws
use mysql
when happens, user not yet created. should try changing order of operations installation of mysql package manager come before operation.
Comments
Post a Comment