processone / ejabberd-vagrant-dev

Vagrant and Ansible script to create a VM preconfigured for ejabberd development
31 stars 13 forks source link

Ansible provision fails #7

Open manuelcugliari opened 8 years ago

manuelcugliari commented 8 years ago

Hi, when I lunch 'ansible provision', the command fail at the ansible task with name: Set mysql root password.

TASK: [mysql | Set mysql root password] *** failed: [default] => {"failed": true} msg: when supplying login arguments, both login_user and login_password must be provided

FATAL: all hosts have already failed -- aborting

Thanks, Manuel