Error while linking: [Errno 13] Permission denied

Hello Folks,

With Ansible(2.3.0.0) and python(2.6.6), executing ansible playbook from webadmin user.
Using remote_user = ansible (in ansible.cfg )for passwordless authentication.
While creating symlink, getting Error while linking: [Errno 13] Permission denied
Syntax:

file:
src: /path/to/be/linked
dest: “{{dest_home}}/{{dest_app}}”
state: link
follow: True
force: True

Appreciate your help to resolve this issue.