Ansible: How to print all context variables for debugging
Use the following command to print all context variables in Ansible for debugging purposes:
- name: Print all variables for debugging
debug:
var: vars
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow