community.general/lib/ansible/modules/utilities/logic
Darragh Bailey 4947936176 Remove sleep and switch to pipe for IPC (#28561)
Use a simple multiprocessing pipe to delay exiting the parent process
until after the child has been doubly forked.

Using a simple IPC to allow the forked process to start avoids the
control node waiting unnecessarily for lightly loaded systems.
2018-12-11 14:26:06 -05:00
..
__init__.py
assert.py
async_status.py
async_wrapper.py Remove sleep and switch to pipe for IPC (#28561) 2018-12-11 14:26:06 -05:00
debug.py
fail.py
import_playbook.py
import_role.py
import_tasks.py
include.py
include_role.py Clarify that do until loops are unsupported on include tasks (#49581) 2018-12-06 11:02:47 -05:00
include_tasks.py Clarify that do until loops are unsupported on include tasks (#49581) 2018-12-06 11:02:47 -05:00
include_vars.py
pause.py
set_fact.py Update set_fact doc to reflect updated caching options (#46565) 2018-11-30 08:42:47 -06:00
set_stats.py
wait_for.py wait_for: Add note about path and port (#48930) 2018-11-26 13:49:25 +05:30
wait_for_connection.py