You don’t have whitespace right, which Ansible is very finicky about.
Try:
- name: Create directory structure
win_file:
path: C:\Temp\folder\subfolder
state: directory
Don’t use “tab” keys, use your space bar.
HTH,
Larry
You don’t have whitespace right, which Ansible is very finicky about.
Try:
Don’t use “tab” keys, use your space bar.
HTH,
Larry