community.general/lib/ansible/plugins
James Cammarata 78b8f81cab New feature: add new meta action `end_play`
This feature also cleans up and extends the meta subsystem:
* Allows for some meta actions (noop, clear_facts, clear_host_errors,
  and end_play) to operate on a per-host basis, meaning they can work
  with the free strategy as expected.
* Allows for conditionals on meta tasks.
* Fixes a bug where (for the linear strategy) metas were not treated
  as a run_once task, meaning every host in inventory would run the
  meta task.

Fixes #1476
2016-08-31 13:59:58 -05:00
..
action Merge pull request #17315 from privateip/openswitch 2016-08-31 09:59:30 -04:00
cache Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
callback Support for specifying item label in a loop (#17294) 2016-08-31 09:59:43 -04:00
connection Python3 fixes and porting (#17271) 2016-08-29 09:11:40 -07:00
filter Reduce no longer exist in python3, so we have to use six (#17304) 2016-08-30 10:58:22 -07:00
lookup Fix url lookup for python 3 (#17295) 2016-08-31 07:03:20 -07:00
shell Use file list, not recursion, in _fixup_perms. (#16924) 2016-08-05 18:40:28 -07:00
strategy New feature: add new meta action `end_play` 2016-08-31 13:59:58 -05:00
test J2 test docs (#16646) 2016-07-12 10:13:00 -04:00
vars
__init__.py Make _display_plugin_load much less noisy 2016-08-26 20:28:58 +05:30