2024-09/09/get_distri_os.yml

11 lines
155 B
YAML
Raw Permalink Normal View History

2024-09-18 12:30:25 +00:00
---
- hosts: all
tasks:
- template:
src: get_distri_os.j2
dest: get_distri_os.txt
delegate_to: localhost
run_once: yes