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/2f4270b2-61d9-4eba-9f69-da4d02fd7c48%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
