Ansible Module ansible.builtin.debug
Jump to navigation
Jump to search
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 }}