community.general/lib/ansible/modules/utilities/logic
jctanner 06e1141106 replace type() with isinstance() (#5541)
Replace all use of type() with isintance()

Addresses https://github.com/ansible/ansible/issues/18310
2016-12-08 11:25:27 -05:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Fixes grammatical error in assert module example (#4972) 2016-12-08 11:25:12 -05:00
async_status.py Python 3 fixes for async_wrapper and async_status. (#4671) 2016-12-08 11:25:00 -05:00
async_wrapper.py replace type() with isinstance() (#5541) 2016-12-08 11:25:27 -05:00
debug.py documented new verbosity option 2016-12-08 11:24:06 -05:00
fail.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
include.py minor updates to include docs 2016-12-08 11:25:25 -05:00
include_role.py added allow_duplicates to include_role docs 2016-12-08 11:25:21 -05:00
include_vars.py Re-add version_added to include_vars (#5493) 2016-12-08 11:25:26 -05:00
pause.py updated docs in pause to reflect 0 value behaviour 2016-12-08 11:24:40 -05:00
set_fact.py documenting behaviour as clear as possible 2016-12-08 11:24:44 -05:00
wait_for.py corrected version added 2016-12-08 11:25:25 -05:00