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