MichaelWasher

Results 15 comments of MichaelWasher

It depends on the expected usage. For installing casks `homebrew_cask` should be used. Testing with `homebrew_cask` as below works fine: ~~~ PLAYBOOK - name: Install Packages through Homebrew homebrew_cask: name:...

@felixfontein Do you want the homebrew module to be more friendly with failing on cask issues; Error something like "This Homebrew package is a cask and requires using the homebrew_cask...

It all really depends on what everyone wants. But the issue for failing on already installed is due to the below lines, and could be resolved with the snippet below:...

Actually looks like HomeBrew doesn't provode the same output depending on TTY and pipes... 👎 https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/list.rb#L90-L96 Something more like this would fix: ``` cmd0 = ["{brew_path}".format(brew_path=self.brew_path), "list", "--casks"] cmd1 =...

When this does get implemented, can we make sure that the Z-stream can also be configured?

@bostrt I wrote some code to work towards this but there needs to be quite a change to the CLI arch so want to have a call to discuss what...

Can we discuss the kind of test-list / framework that we should write this in? (GoLang / Python)

+1 Alternatively, if there is a mechanisms for including custom configuration into the root of the `unbound.conf` config . Something like this: https://github.com/qdm12/dns/compare/master...MichaelWasher:dns:master