Run Playbook with only several tags with the dependencies

Hello guys,

I have a little problem in running a playbook.
So, let’s just say I have this kind of roles:

myproject
--roles
++cars.yml
--dodge

--meta

++main.yml
--tasks
++main.yml
++charger.yml
++viper.yml
--toyota
--tasks
++main.yml
++supra.yml
++yaris.yml

Here are some important file contents we need to know:

myproject/cars.yml
`