ansible-language-server icon indicating copy to clipboard operation
ansible-language-server copied to clipboard

Ansible Language Server

Results 39 ansible-language-server issues
Sort by recently updated
recently updated
newest added

### Summary I am the author and user of a [LSP client]() for the [vis editor](). Recently I am writing more and more ansible code and wanted to try integrating...

bug

Related: https://github.com/DavidAnson/markdownlint/issues/545

skip-changelog

### Problem Currently snippet for module doc is not supported ### Solution Add support for task keyword to provide module options snippet support. If user ask from auto-completion immediately after...

enhancement
AAP

Related: https://github.com/ansible/vscode-ansible/issues/553

enhancement

### Summary Due to https://github.com/ansible/ansible/issues/42388 ansible will almost silently refuse to load the the config file if it is world-writable. As on NTFS mounts and including the implicit mount happening...

bug

### Summary The keyword `listen` is not detected as a keyword. All other keywords seem to be detected, including `notify`. ### Extension version 0.7.1 ### VS Code version 1.62.3 ###...

enhancement
help wanted

Few days ago [yaml v2.0](https://github.com/eemeli/yaml/releases/tag/v2.0.0) was released and that had lots of breaking changes and apparently it did not include a clear migration strategy. * https://github.com/nodeca/js-yaml - 10yr old, 5.5k...

bug
help wanted

We need to run ASL testing under WSL (preferably WSL2) on github actions. Please keep in mind that this is not the same thing as running tests under Windows. While...

### Problem Currently connection plugin autocompletion is not supported for `connection` keyword at `play/task` level and `ansible_connection` variable. ### Solution Will need to identify the cursor position at and if...

enhancement
new
AAP

### Problem Ansible plugin developers prefer to have collection adjacent to playbook while developing plugins, currently playbook adjacent collections are not supported for auto-completion and diagnostics. ### Solution The `ansibleConfig`...

enhancement
new
AAP