ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
356 stars 85 forks source link

Enable debug run for ansible playbooks #485

Open pertoft opened 2 years ago

pertoft commented 2 years ago

Problem

F5 run configuration is not working with ansible.

Solution

Enable a launch.json configuration for ansible like with python.

Alternatives

No response

Additional context

No response

charltonstanley commented 2 years ago

Yes please!! It's pretty painful trying to develop complex playbooks & roles without this.

Tualua commented 1 year ago

Any progress/workaround on this?

MaykGyver commented 1 year ago

A fully fledged debugger with breakpoints and stuff for ansible would be nice. Because I keep hitting F5 I helped myself with the F5 Anything extension.

priyamsahoo commented 7 months ago

We have a PR ready with debugging options for playbook execution. #1006