community.general/lib/ansible/plugins
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
..
action Merge pull request #14313 from chouseknecht/net_template_changes 2016-02-04 20:21:12 -05:00
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 2015-11-12 16:52:02 +01:00
callback Do not print empty diffs with _display.display() 2016-02-03 16:20:16 +01:00
connection Merge pull request #14277 from ansible/default-shell-type 2016-02-02 12:19:00 -08:00
filter Use isinstance type checks in bool filter so we can handle unsafe proxy objects. Fixes #14240 2016-02-01 12:32:59 -06:00
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup Handle when the lookup-plugin is used in jinja-style 2016-02-03 17:10:40 +01:00
shell Change $() into backticks. Backticks should work for both POSIX and non-POSIX compatible shells. 2016-02-02 12:38:21 -08:00
strategy Handle run_once scenarios in the free strategy 2016-02-05 11:19:50 -05:00
test test aliases to enable gramatical consistancy 2016-01-14 12:29:02 -05:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00