8 lines
185 B
YAML
8 lines
185 B
YAML
- name: Variable echo test
|
|
hosts: ansiblelxc
|
|
tasks:
|
|
- name: Echoing!
|
|
ansible.builtin.shell:
|
|
cmd: "echo [{{ testvar }}] > /dev/pts/5"
|
|
executable: /bin/bash
|