vscode-ansible
vscode-ansible copied to clipboard
easily follow imports
Problem
Our Playbooks rely heavily on imports of all kinds playbooks, roles and files. Sometimes its hard to follow the imports, and it would be really handy to just click on the import and the correct file opens.
Example Code:
- ansible.builtin.import_playbook: cluster_start_all_services.yml
tags:
- start_services
Solution
I would to be able to click on cluster_start_all_services.yml while holding strg for example and it searches for the file and opens it.
Alternatives
No response
Additional context
No response