Fail provision after upgrading php 8.0 to 8.1

So I have changed php_version: “8.1” from “8.0” and after provision getting this error

TASK [php : Start php fpm service] *********************************************
System info:
  Ansible 2.12.5; Vagrant 2.2.19; Darwin
  Trellis 1.11.0: December 10th, 2021
---------------------------------------------------
Unable to start service php8.1-fpm: Job for php8.1-fpm.service failed because
the control process exited with error code.
See "systemctl status php8.1-fpm.service" and "journalctl -xe" for details.
fatal: [default]: FAILED! => {"changed": false}

PLAY RECAP *********************************************************************
default                    : ok=55   changed=0    unreachable=0    failed=1    skipped=19   rescued=0    ignored=0   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

How can I solve it?

Did you run those commands to see if there’s any helpful details?