debug
Collection: builtin
Full Name: parallax.builtin.debug
Aliases: ansible.builtin.debug, debug
Controller module — runs on the local controller, not on remote hosts.
Synopsis
Manage debug
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| msg | string | Debug message to display | ||
| var | string | Variable to display | ||
| verbosity | int | 0 | Level of verbosity |
Example
- name: Example debug task
debug:
msg: <your_msg>
var: <your_var>