Which approach helps catch regressions when updating shared Ansible roles used by multiple teams?
-
A
Running only the updated playbook manually
-
B
Tagging role versions and running Molecule tests in CI before releasing a new version
-
C
Notifying teams via email after deployment
-
D
Using `ignore_errors: true` globally