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