tripleo-ansible/tripleo_ansible/roles/tripleo_module_load
Alex Schultz d057ad0b6a Switch from handlers to tasks
Handlers normally don't run until the end of a play execution. Since we
are forcing a handler run in the middle of the tasks there is not a good
reason to use handlers for this case. Additionally we're not relying on
this handler anywhere else.  Because of this, let's switch to explicit
tasks that check changed results instead of handlers.  We've seen issues
with trying to use handlers in ansible when not using a linear strategy.

Change-Id: I4eb5ece7d5c1d25f5beacd9e21e20ae9f3d45c17
Closes-Bug: #1888853
2020-07-24 13:07:25 -06:00
..
defaults Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00
meta Add Centos 8 to galaxy_info versions 2020-03-19 14:22:08 +01:00
molecule (follow-up) run check mode for more molecule tests 2020-04-13 14:44:37 -04:00
tasks Switch from handlers to tasks 2020-07-24 13:07:25 -06:00
templates Rename all roles that have a hyphen 2020-01-21 20:42:40 -06:00