I suspect it already knows about your role path and you are specifying too much, but is that the full output? If so that seems suboptimal and you should file a ticket.
-- Michael On Nov 21, 2013, at 10:41 PM, senorsmile <[email protected]> wrote: I'm trying the following: - name: Ensure adminer installed and up to date > synchronize: > src=roles/mysql/templates/adminer.php > dest=/var/www/adminer.php I first tried just specifying the file name, as it should be automatically found in the templates. I always get a version of this message on failure: msg: rsync: link_stat "/root/adminer.php" failed: No such file or directory > (2) Am I doing something wrong? -- 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]. For more options, visit https://groups.google.com/groups/opt_out. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
