tripleo-ansible/tripleo_ansible/roles/tripleo-kernel
Alex Schultz 789cb9211c 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
(cherry picked from commit d057ad0b6a)
2020-07-31 10:55:19 -06:00
..
defaults Add kernelargs and tuned core configuration 2019-09-24 19:24:45 +00:00
meta Add kernel tuning role 2019-08-09 15:33:41 +00:00
molecule (follow-up) run check mode for more molecule tests 2020-04-14 16:29:13 +00:00
tasks Switch from handlers to tasks 2020-07-31 10:55:19 -06:00
templates Add kernel tuning role 2019-08-09 15:33:41 +00:00
vars Do not set lo.disable_ipv6=0 by default 2020-06-05 08:45:08 +02:00