Test YML file

main
Nicolas Patouillard 3 years ago
parent ecea98e1ca
commit 729f37251d
  1. 4
      test.yml

@ -1,4 +1,8 @@
---
- name: win_file module demo
hosts: all
vars:
myfile:
tasks:
- name: Creating an empty file
ansible.windows.win_file:

Loading…
Cancel
Save