Digest for ansible-project@googlegroups.com - 11 updates in 7 topics

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