--- name: Echo a string to the terminal through the meshbook example. group: "Dev" target_os: Debian GnU/Linux 12 (bookworm) variables: - name: file value: "/etc/os-release" tasks: - name: Echo! command: "echo $(cat {{ file }})"