Re: [ansible-project] Re: inventory_hostname in path to create directory with win_file grief..

2018-05-24 Thread Jordan Borean
If you start with a jinja2 block or have ": " (with the leading space) in the value then you have to quote the whole line, otherwise you usually can get away with it. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this

Re: [ansible-project] Re: inventory_hostname in path to create directory with win_file grief..

2018-05-24 Thread Jordan Borean
s/leading/trailing/ -- 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

RE: [ansible-project] Re: inventory_hostname in path to create directory with win_file grief..

2018-05-24 Thread william.dossett
> Subject: [ansible-project] Re: inventory_hostname in path to create directory with win_file grief.. Hi You seem to be close, one thing to remember when dealing with Windows paths in double quotes is that you needs to properly escape the backslashes. E.g. your path could be one of t