2
0
Files
SIB_Exercices/5_inventaire/foo.yml

7 lines
123 B
YAML

- name: foo
become: false
hosts: machines
tasks:
- name: bar
debug:
msg: "hello world: {{ var_machine }}"