If you have so many tasks in your Ansible playbook, sometimes we need to run the specific task without whole playbook. It is possible to run only one task in an Ansible playbook with the help of "--tags" option followed by the name of the specific tag associated with the task.
Continue Reading...