Is there a way to copy multiple files with a single command? The copy module doesn’t seem to handle “*.conf” for example. I often want to deploy an entire folder containing multiple files and it would be tedious to have to specify each file individually. Is there a way to do this? (I know there is the git module, but in many cases that would be over-kill.)