community.general/lib/ansible
James Cammarata f68223b9ed Don't add module args into variables at all
Getting recursive errors otherwise, so this is probably not something
we want to do. This most likely only worked in v1 due to the fact that
module args were templated earlier than the point in Runner() when
they were fed into the templating engine.
2015-06-27 01:01:51 -04:00
..
cli now validate that we do get a vault password 2015-06-27 00:02:24 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Fixing bug in failed_when results introduced by c3c398c 2015-06-26 16:55:06 -04:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Catch runtime errors due to recursion when calculating group depth 2015-06-22 02:06:07 -04:00
module_utils Vendorize match_hostname code so that ansible can push it out to clients along with the code that uses it. 2015-06-25 08:17:58 -07:00
modules Update submodule refs 2015-06-25 07:13:46 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing generalized prereqs check 2015-06-16 09:20:15 -04:00
playbook Don't add module args into variables at all 2015-06-27 01:01:51 -04:00
plugins Use BUFSIZE when putting file as well as fetching file. 2015-06-24 01:00:22 -07:00
template Change the use of a mutable arg for a default value for locals 2015-06-19 23:04:35 -04:00
utils allow for any non string iterable in listify 2015-06-15 11:02:51 -04:00
vars Add in playbook_dir magic variable 2015-06-23 14:29:39 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py now detects incorrect password with sudo and su (at least in english) 2015-06-15 01:30:03 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00