chiark / gitweb /
roles/common/tasks/main.yml: Trailing `/' on copy destination directories.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:18:28 +0000 (10:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:18:28 +0000 (10:18 +0100)
commitc2d9e197ad37a3a6465ad8177895c52af06a80af
tree9abda238068e83051076cfde72711c60e24b75ff
parentc65227e384f9525b7a6223516c63e42d49798cc0
roles/common/tasks/main.yml: Trailing `/' on copy destination directories.

Ansible correctly notices this and creates the necessary directory if it
doesn't exist already.  Without the trailing `/', Ansible might copy the
file to where we wanted the directory and then everything is weird.
roles/common/tasks/main.yml