Ansible: copy a directory recursive
Recently I was looking for a way to copy a directory with all subdirectories, using Ansible. For reasons beyond this post I couldn't use the synchronize (rsync) module. So I had to find a way to copy everything with basic Ansible steps.
Continue reading "Ansible: copy a directory recursive"