curationexperts-deprecated / ansible-hydra

Ansible playbook & roles to build a production-style Hydra Head.
http://www.curationexperts.com
Other
13 stars 13 forks source link

Do we need "flush handlers" in the system setup role? #290

Closed bess closed 6 years ago

bess commented 7 years ago

Does this need to be called explicitly? Shouldn't it be happening automatically?

acozine commented 7 years ago

By default, Ansible leaves handlers to the end of the playbook. This is intended to reduce duplication (if another task later in your playbook calls the same handler). When you need a handler to run at a specific time, you need to flush handlers.