Ansible Module ansible.builtin.debug

From NovaOrdis Knowledge Base
Revision as of 04:46, 4 July 2021 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

Can be used to issue debug messages, in which variables can be embedded as Template:Variable name.

Example

- name: display the content of a variable
  ansible.builtin.debug:
    msg: Some message that refers to the content of {{ some_var }}