cornfeedhobo
cornfeedhobo
The `TestSetOutput` test is silently failing since #144. ``` === RUN TestSetOutput --- PASS: TestSetOutput (0.00s) flag_test.go:853: expected output mentioning unknown; got "" ``` This PR should fix that.
I'd like to add support for pulling boxes from an alternative location (private vagrant cloud, etc)
I have a logitech plugged in and all the buttons work except the horizontal scroll. I'll happily tackle this once I can figure out how to build for arm from...
The current bill of materials is targeted at users that are already comfortable navigating suppliers. It would be nice if there was an updated BOM with **concrete** links to both...
I always get the same error ```plain SyntaxError: future feature annotations is not defined ``` The only python3 version available is `3.6.8`, which doesn't play well with the version of...
could you push out a new tag and run a galaxy import?
When passing a value like ```yaml key: | value1 value2 ``` it should render like ```ini key = value1 value2 ```
When a variable in `defaults/main.yml` is set to another variable, e.g. `my_var: "{{ __my_var }}"`, and `__my_var` is defined in `vars/main.yml`, it would be cool if ansible-doctor could resolve the...
When parsing a bool flag, it's possible to use `-a` and even the combined form `-ab`. However, when using bool slice flag, flags without a passed value throws an error....