<#CHBHBANH0|general> How do we run a single playbook from an ansible role which . . .

Pankaj Kumar:
<#CHBHBANH0|general> How do we run a single playbook from an ansible role which contains multiple tasks ? Any help will be really appreciated.

Ahmed Ouertani:
Hi Pankaj
You can use tags for this
https://docs.ansible.com/ansible/latest/user_guide/playbooks_tags.html

Pankaj Kumar:
Thanks …Got it