@ -1,8 +1,9 @@
---
- name: win_file module demo
- hosts: all
name: win_file module demo
tasks:
hosts: all
- name: Creating an empty file
ansible.windows.win_file:
path: 'C:\\Users\\Administrator\\Desktop\\example.txt'
state: touch