I would like to know if it’s possible to use mandatory “–limit” when you run :
“ansible-playbook site.yml --limit DEVICE_1”
I explain, if i don’t use --limit, my playbook will deploy on all my devices.
Me, I want my playbook don’t run if --limit is not defined on my run ansible-playbook command