community.general/lib/ansible/plugins
James Cammarata 926f127245 set_fact should put facts in the fact_cache, not vars_cache
Also fixes a template path lookup issue when using an include

Fixes #12277
2015-09-09 11:10:18 -04:00
..
action set_fact should put facts in the fact_cache, not vars_cache 2015-09-09 11:10:18 -04:00
cache Simplify FactCache.copy() 2015-09-03 09:44:44 +03:00
callback corrected skipped_hosts constant usage, thanks @benjixx 2015-08-30 20:21:15 -04:00
connections simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 2015-09-04 10:36:16 -04:00
filter Replace .iteritems() with six.iteritems() 2015-09-03 09:23:27 +03:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Use parse_kv to correctly parse parameters from password lookup 2015-09-04 12:18:46 -07:00
shell Python 3: use six.text_type instead of unicode 2015-09-04 08:40:10 +03:00
strategies Python 3: use six.text_type instead of unicode 2015-09-04 08:40:10 +03:00
test moved mandatory back to filters as it does not always return a boolean, it does an exception on failure 2015-08-21 09:54:56 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Use templar all the way down 2015-08-04 12:25:53 -04:00