I am working on a role for work, and it needs to keep the source directory ( that lives on the ansible controlnode ), and the destination ( lives on teh remote ) in sync. I know that the copy module can keep the changes/additions in sync. I am not so much worried about that part. Where I am getting stuck, is how to handle if we delete a file at the source, and want that delete carried forward to the remote.
Is there a good way to do that, other than stat the files, loop through the variable, and delete anything that doesn't exist? Any advice you have here would be much appreciated. --John -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAPAjob8UvQuOSCGMUqiO--vM6dVAB27aa_-RMmYegbCtcCninw%40mail.gmail.com.
