Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

How to pass compilation flags to installers #31

Closed
autoferrit opened this issue Jul 26, 2016 · 1 comment
Closed

How to pass compilation flags to installers #31

autoferrit opened this issue Jul 26, 2016 · 1 comment

Comments

@autoferrit
Copy link

If I have in my config, say this

homebrew_installed_packages:
  - ...
  - vim --with-lua --with-luajit --with-python3

It fails for me with the error:

failed: [127.0.0.1] (item=vim --with-lua --with-luajit --with-python3) => {"failed": true, "item": "vim --with-lua --with-luajit --with-python3", "msg": "Invalid package: vim --with-lua --with-luajit --with-python3."}

Is there an alternate syntax to do this? or is it supported? I tried this as well:

homebrew_installed_packages:
  - ...
  - "vim --with-lua --with-luajit --with-python3"
oxyc added a commit to oxyc/ansible-role-homebrew that referenced this issue May 8, 2017
oxyc added a commit to oxyc/ansible-role-homebrew that referenced this issue May 9, 2017
geerlingguy pushed a commit that referenced this issue May 10, 2017
* Issue #31: Add support for package install options

* Issue #31: Document install_options
@geerlingguy
Copy link
Owner

Fixed via PR above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants