tripleo-ansible/tripleo_ansible/roles/tripleo-firewall
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 Open ipv6-icmp traffic by default 2019-09-24 17:03:41 +02:00
meta Create the tripleo-firewall role 2019-08-16 17:06:42 +00:00
molecule Update firewall role to use an action plugin 2020-07-31 10:53:14 -06:00
tasks Switch from handlers to tasks 2020-07-31 10:55:19 -06:00
vars Create the tripleo-firewall role 2019-08-16 17:06:42 +00:00