Hi,

I thought I had this project nailed and then they tell me they need a 
directory created called:

c:\working\hostname

where hostname is the name of  the computer...

I thought I could use:

  - name: make working dir
    win_file: 
      path: "c:\working\{{ inventory_hostname }}"
      state: directory
  
but it just keeps telling me it thinks I am probably missing a quote.  I 
have seen examples sort of like this but with the variable at the beginning.

am I way off course?

Thanks as always.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/046dae1f-8178-44c9-a262-a83d9a72c766%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to