vscode-ansible icon indicating copy to clipboard operation
vscode-ansible copied to clipboard

easily follow imports

Open thorus90 opened this issue 1 year ago • 0 comments

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

thorus90 avatar Apr 16 '24 11:04 thorus90