Still haven't figured out the solution. Need help here... On Tuesday, 8 March 2016 15:54:53 UTC+5:30, ishan jain wrote: > > I am trying to delete a parent dir with lots of stuff inside with the help > of win_file: > > - name: remove all > win_file: path="E:\root" state=absent > > This folder contains a lot other subfolders and symbolic links within > itself - both directory and file symbolic links. When i try to run this, i > get "DirectoryNotFoundException" for the directory symbolic links. For file > symbolic links, win_file is able to delete all of them. > How can i make Ansible delete everything in a directory, including > directory symbolic links ? >
-- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/40777a77-06e4-4bbc-83b3-d285321c2924%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
