-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when installing via installer #10
Comments
I found a workaround. - hosts: all
roles:
- role: markosamuli.linuxbrew
vars:
# ↓This is not a role param
linuxbrew_use_installer: true
# role params
linuxbrew_install_url: "https://github.com/Homebrew/install/raw/f1df209948b6e5a561f2d50bafd02fc8c8053607/install.sh"
linuxbrew_install_checksum: "sha256:3e59181a04200419eb18b714f38cfdea05f496319afc5f17d33059eb7fc9c504" Document says that |
@pdeva does the latest version work for you now? |
@markosamuli Confirmed that the changes work. This issue can be closed. |
task used:
here is the error:
The text was updated successfully, but these errors were encountered: