Matt Callaghan
Matt Callaghan
When reporting an issue, include a way to reproduce the bug. For example: #### Command used to run py.test ````py.test```` (with configuration) `pytest.ini` ``` [pytest] addopts = --full-trace --verbose --force-sugar...
'twas using your alpine3 base image, and ran a few pip upgrades myself to get "latest-latest" going on an internal docker image ``` Step 9/12 : RUN pip install --upgrade...
FYI Here: https://github.com/William-Yeh/docker-ansible/blob/master/alpine3/Dockerfile#L20 , the py-pip package is installed using apk on the alpine flavour: ``` apk --update add python py-pip openssl ca-certificates && \ ``` However AFAIK, the `py-pip`...
Good day, request please to state the license in this project for your code https://help.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository
As per the history of #217, we are aware of an issue with the `Fact(Timeout)` attribute/parameter not working in synchronous test code, however it does if developers take care to...
Hi Jared, Your ansible-gnome-extensions is quite nice and simple! I am currently evaluating for use. Have you see and/or used the sub-feature from @PeterMosmans https://github.com/PeterMosmans/ansible-role-customize-gnome ? There too is a...