Created Montag 24 Februar 2020
- name: Ansible Variable Example Playbook hosts: app tasks: # display the variable data type - debug: msg: "{{ <var> }}"