2024-09/07/uebung_1.yml

10 lines
156 B
YAML
Raw Permalink Normal View History

2024-09-18 07:00:52 +00:00
---
- hosts: all
tasks:
- local_action:
module: template
src: uebung_1.j2
dest: "/tmp/uebung_1_{{ inventory_hostname}}.txt"