-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable debug run for ansible playbooks #485
Labels
feature
New feature or request
Comments
Yes please!! It's pretty painful trying to develop complex playbooks & roles without this. |
Any progress/workaround on this? |
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. |
We have a PR ready with debugging options for playbook execution. #1006 |
ssbarnea
added a commit
that referenced
this issue
Mar 15, 2024
Bumps [ansible-core](https://github.com/ansible/ansible) from 2.13.5 to 2.14.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](ansible/ansible@v2.13.5...v2.14.0) --- updated-dependencies: - dependency-name: ansible-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Priyam Sahoo <[email protected]> Co-authored-by: Sorin Sbarnea <[email protected]>
ssbarnea
changed the title
F5 debug run of ansible playbooks
Enable debug run for ansible playbooks
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: