Hi@akhtar,
The --start-at-task option allows you to start the execution of a playbook from a specific task. It takes an argument about the name of the task at which to start. You can see the below command.
$ ansible-playbook play.yml --start-at-task="Task Name"