QuestionQ24

Infrastructure and Automation

Which Ansible capability runs a set of tasks when a property changes?

  • A handlers
  • B playbooks
  • C roles
  • D tasks
Explanation

Ansible handlers are tasks triggered by notifications from tasks that report a changed state. They are commonly used to perform follow-up actions, such as restarting a service only after its configuration has changed.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!