9 lines
157 B
YAML
9 lines
157 B
YAML
---
|
|
- name: Initial installation of WSL arch
|
|
hosts: localhost
|
|
tasks:
|
|
- name: test
|
|
copy:
|
|
content: Hello World
|
|
dest: ./tmp.txt
|