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

NameTypeRequiredDefaultDescription
msgstringDebug message to display
varstringVariable to display
verbosityint0Level of verbosity

Example

- name: Example debug task
  debug:
    msg: <your_msg>
    var: <your_var>