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
Toshio Kuratomi 43cecd3cee Use select in wait_for so that we don't get stuck in cornercases:
* reading from a socket that gave some data we weren't looking for and
  then closed.
* read from a socket that stays open and never sends data.
* reading from a socket that sends data but not the data we're looking
  for.

Fixes #2051
10 years ago
..
__init__.py added missing init.py for utilities modules 11 years ago
assert.py Proper author info for all remaining modules 11 years ago
async_status.py Proper author info for all remaining modules 11 years ago
async_wrapper.py Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 11 years ago
debug.py Proper author info for all remaining modules 11 years ago
fail.py Proper author info for all remaining modules 11 years ago
include_vars.py Proper author info for all remaining modules 11 years ago
pause.py Add missing GPLv3 License header 11 years ago
set_fact.py Proper author info for all remaining modules 11 years ago
wait_for.py Use select in wait_for so that we don't get stuck in cornercases: 10 years ago