You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/utilities/logic
jctanner 2de97ac5bd replace type() with isinstance() (#5541)
Replace all use of type() with isintance()

Addresses https://github.com/ansible/ansible/issues/18310
9 years ago
..
__init__.py added missing init.py for utilities modules 11 years ago
assert.py Fixes grammatical error in assert module example (#4972) 9 years ago
async_status.py Python 3 fixes for async_wrapper and async_status. (#4671) 10 years ago
async_wrapper.py replace type() with isinstance() (#5541) 9 years ago
debug.py documented new verbosity option 10 years ago
fail.py Proper author info for all remaining modules 11 years ago
include.py minor updates to include docs 9 years ago
include_role.py fixed doc typo 9 years ago
include_vars.py Re-add version_added to include_vars (#5493) 9 years ago
pause.py updated docs in pause to reflect 0 value behaviour 10 years ago
set_fact.py documenting behaviour as clear as possible 10 years ago
wait_for.py corrected version added 9 years ago