community.general/lib/ansible
Marius Gedminas baf9320369 Python 3: there's no xrange
Use six.moves.range instead (aliased to xrange on Python 2, aliased to
range on Python 3).

Also I couldn't resist replacing the elaborate chr/ord/randrange dance
with the simpler random.choice(string.ascii_lowercase) that was already
used elsewhere in the Ansible codebase.
2015-09-18 08:52:26 +03:00
..
cli Fix galaxy install dep failure 2015-09-15 17:31:47 -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 Remove custom json encoder cleaner and strip proxy var stuff out before encoding 2015-09-17 16:04:47 -04:00
galaxy Fix typo in ansible module_utils import from galaxy code 2015-09-17 14:25:48 -04:00
inventory Merge pull request #12423 from amenonsen/split-fixup 2015-09-17 14:02:22 -04:00
module_utils Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
modules Submodule update after correcting doc bug 2015-09-17 11:30:38 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Allow hexadecimal ranges in IPv6 addresses, not only 0-9 2015-09-17 23:32:58 +05:30
playbook Python 3: there's no xrange 2015-09-18 08:52:26 +03:00
plugins Properly assign search path to environment.loader in template lookup 2015-09-17 14:47:20 -04:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Remove custom json encoder cleaner and strip proxy var stuff out before encoding 2015-09-17 16:04:47 -04:00
vars Merge branch 'addresses' of https://github.com/amenonsen/ansible into amenonsen-addresses 2015-09-17 13:43:05 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Ported over #7158 to support SELinux context switches. 2015-09-17 15:03:46 +02:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00