community.general/lib/ansible/plugins
Marius Gedminas df1b41d3d3 Avoid types.NoneType
types.NoneType was removed in Python 3.

None is a singleton in Python, so 'x is None' is equivalent to
'isinstance(x, NoneType)'.
2015-08-27 22:15:56 +03:00
..
action Avoid types.NoneType 2015-08-27 22:15:56 +03:00
cache Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
callback updated callbacks to properly test diff no matter if dict or list 2015-08-16 02:37:21 -04:00
connections Finishing off porting of chroot connection plugin 2015-08-26 16:43:06 -04:00
filter Drop the L suffix on numerical constants 2015-08-27 22:15:04 +03:00
inventory Remove unused (copied) _before_comment method 2015-08-21 06:58:23 +05:30
lookup Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
shell Use 0oNNN octal syntax 2015-08-27 22:15:04 +03:00
strategies Use 'except ... as' syntax 2015-08-27 22:15:04 +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