devgeniem / gdev

Helper script for developing containerized web applications.
https://devgeniem.github.io/gdev/
MIT License
29 stars 16 forks source link

Installer is broken due to homebrew and ansible incombatibility (3rd party issue) #55

Open tlehtimaki opened 3 years ago

tlehtimaki commented 3 years ago

I present this issue for anyone who might stumble on it. Homebrew updated to 2.7.0 which changed syntax for brew cask install command to use --cask handle. Ansible is working to solve issue and there is already a PR in the making to resolve the issue. This issue can be closed when ansible is udpated. https://github.com/ansible-collections/community.general/issues/1524