Alban Lecocq

Results 4 comments of Alban Lecocq
trafficstars

My workaround: I found the schema that match my needs there https://www.schemastore.org/json/ then, in vscode settings.json ``` "yaml.schemas": { "https://raw.githubusercontent.com/ansible/schemas/main/f/ansible.json": "deploy.yml" } ```

We got 4-6s freeze every 15s on our mongodb instance By adding `-gather-smaps=false` to process-exporter command line, we were able to workaround the issue Thanks for the OP we were...

Note for people stuck to nodejs < 18 ```bash npm install xhr2 ``` ```js global.XMLHttpRequest = require('xhr2'); ```

Hello, I was looking for same feature. As a workaround, here what I did * Copied https://github.com/thegeeklab/ansible-doctor/tree/main/ansibledoctor/templates/readme into my own repo * Renamed README.md.j2 to ROLE.md.j2 (or whatever you want)...