2024-09/07/uebung_2.yml

9 lines
133 B
YAML
Raw Permalink Normal View History

2024-09-18 07:00:52 +00:00
---
- hosts: localhost
tasks:
- template:
src: uebung_2.j2
dest: "/tmp/uebung_2_{{ inventory_hostname}}.txt"