community.general/lib/ansible/plugins/strategy
James Cammarata c79d9a9c62 Handle run_once scenarios in the free strategy
* Raise an error if the action is using BYPASS_HOST_LOOP, to prevent
  unexpected behavior from those actions
* Show a warning regarding tasks marked as run_once, as the free strategy
  does not yet support that behavior
* Minor tweak to linear strategies run_once code to make sure we don't
  raise an error if an action isn't found
2016-02-05 11:19:50 -05:00
..
__init__.py Adding new feature - meta: clear_host_errors 2016-02-03 14:59:38 -05:00
free.py Handle run_once scenarios in the free strategy 2016-02-05 11:19:50 -05:00
linear.py Handle run_once scenarios in the free strategy 2016-02-05 11:19:50 -05:00