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)
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.


No differences found