In Ansible, what is the primary purpose of using handlers instead of regular tasks for service restarts?
-
A
Handlers prevent redundant restarts by only running once even when notified multiple times, maintaining idempotency
-
B
Handlers execute faster than regular tasks
-
C
Handlers can access elevated privileges that tasks cannot
-
D
Handlers support more modules than regular tasks