2024-11/07/uebung_1.yml

10 lines
156 B
YAML
Raw Normal View History

2024-11-27 14:08:08 +00:00
---
- hosts: all
tasks:
- local_action:
module: template
src: uebung_1.j2
dest: "/tmp/uebung_1_{{ inventory_hostname}}.txt"