Looks like ansible is trying to assume root with sudo and this is failing because it's prompting for a password. You would need to either run ansible-playbook using the --ask-become-pass, or modify your /etc/sudoers on deployTarget to allow sudo without providing a password.
--
Greg Wootton | Principal Systems Technical Support Engineer