Files
setup_ansible_playbooks/playbook.yml
2021-10-18 12:15:23 +02:00

9 lines
157 B
YAML

---
- name: Initial installation of WSL arch
hosts: localhost
tasks:
- name: test
copy:
content: Hello World
dest: ./tmp.txt