Florian Sey
Florian Sey
##### Summary The logo is broken on sub pages of the documentation. ##### Issue Type - Bug Report ##### STEPS TO REPRODUCE Navigate to https://ansible-lint.readthedocs.io/en/latest/. The logo is displayed correctly....
I can't seem to make the DockerClient to pull images from the GitLab container registry. I have tried many combinations of the below code (credentials and image name are redacted)....
I am trying to define a JSON schema for expressions (similar to what Mongo does). ``` { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "$ref": "#/definitions/expression" }, "definitions": { "fieldExpression": {...