Could not find or access files on Ansible Controller

I am getting this error while building my application through Jenkins through ansible.

Screenshot_20230119_204610.png

Here is the playbook

The src has to exist on “the host where the Ansible playbook is running” (the “controller”). Your error says it doesn’t.

Walter