Skip to content
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

How to use Brew package options? #51

Open
pe3 opened this issue Sep 4, 2014 · 3 comments
Open

How to use Brew package options? #51

pe3 opened this issue Sep 4, 2014 · 3 comments

Comments

@pe3
Copy link

pe3 commented Sep 4, 2014

Hello

How can I do a brew install libav --with-theora --with-libvorbis --with-libvo-aacenc --with-libvpx in all.yml?

I have tried many things among them:

 - role: brew_package
    package_name: libav
    brew_opts: 
      - with-theora
      - with-libvorbis
      - with-libvo-aacenc
      - with-libvpx
@ninjabong
Copy link
Member

it's a little funky since we're just wrapping ansible's original homebrew role, but what you want should be:

- role: brew_package
  package_name: libav
  brew_opts: with-theora,with-libvorbis,with-libvo-aacenc,with-libvpx

@pe3
Copy link
Author

pe3 commented Sep 5, 2014

@ninjabong thanks for a quick reply. It seems however that I need to update my OSXC installation from last spring before I get it working as you described. Will do that first.

@ninjabong
Copy link
Member

No problem! Also be aware that the xc-common/roles/git was updated and renamed to git_config so your all.yml playbook would need to be updated for that as well if you're using that role.

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

No branches or pull requests

2 participants