Error in using homebrew module in ansible
When I call the homebrew modules for three hosts including the localhost, one host reports error.
mbpr15:~ cychong$ ansible-playbook install_brew_ack.yaml --verbose No config file found; using defaults PLAY [all] ************************************************************************************************** TASK [Gathering Facts] ************************************************************************************** ok: [localhost] ok: [mini2] ok: [mini1] TASK [install ack in homebrew] ****************************************************************************** ok: [localhost] => {"changed": false, "failed": false, "msg": "Package already installed: ack"} ok: [mini1] => {"changed": false, "failed": false, "msg": "Package already installed: ack"} fatal: [mini2]: FAILED!