community.general/lib/ansible
Toshio Kuratomi 7728d70bea Replace long with int (#17368)
I can't figure out any reason that we'd need to use long explicitly here
as python implicitly moves from a C long int to python Long
automatically under the covers.  My best guess is that it was originally
used so that the facts module would work on python-2.2 where the user
had to convert a number from int to long manually but python-2.4 is our
current baseline.

long isn't present on Python3 so now is a good time to remove this
cruft.  (We had a workaround for Python3; this commit also removes the
workaround.)
2016-09-02 11:26:47 -07:00
..
cli include_role (role revamp implementation) (#17232) 2016-08-26 13:42:13 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor implemented loop pausing (#17289) 2016-08-31 16:09:37 -04:00
galaxy Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
inventory [Inventory] Cache the result of enumerating groups and host names 2016-09-01 06:19:49 -05:00
module_utils Replace long with int (#17368) 2016-09-02 11:26:47 -07:00
modules Update submodule refs 2016-09-02 07:19:38 -07:00
parsing fix action parsing to avoid conflicts agin 2016-08-26 16:15:55 -04:00
playbook added ability to use pure boolean in conditionals 2016-09-02 08:54:38 -04:00
plugins Merge pull request #17296 from skg-net/devel 2016-09-01 10:26:30 -04:00
template Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
utils Merge pull request #17296 from skg-net/devel 2016-09-01 10:26:30 -04:00
vars [Inventory] Cache the result of enumerating groups and host names 2016-09-01 06:19:49 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add ksu privilege escalation (#17340) 2016-09-01 16:54:31 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt