IOError: [Errno 2] on Vagrant Up

I thought I had Vagrant Up working and went onto ansible-playbook server.yml -e env=staging, but had an error involving [nginx : Add Nginx PPA] with this:

Job for php7.0-fpm.service failed because the control process exited with
error code. See “systemctl status php7.0-fpm.service” and "journalctl -xe"
for details.

I could not get it fixed so I did vagrant provision after seeing it suggested and now have this error:

IOError: [Errno 2] No such file or directory:
u’/Users/shannongrice/Sites/snowdoniadev/trellis/php.ini.j2’
fatal: [default]: FAILED! => {“changed”: false, “failed”: true}

Does this have to do with my server not being set up correctly? I saw with my php7 issue a suggestion of going to sudoer web-services within my server which doesn’t exist so I am now wondering if maybe my server is not right. Has anyone else had similar issues?