I've noticed that release.yml:
- when: deploy_type == "restart"
name: stop app
monit: name="{{ app_name }}" state=stopped
Then, I got this error:
TASK [HashNuke.elixir-stack : stop app] ****************************************
fatal: [x.x.x.x]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh.", "unreachable": true}
to retry, use: --limit @playbooks/setup.retry
Please advice