mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-03 15:51:30 -07:00
* Enable ECHO in prompt module Fixes #14160 * Add option for controlling echo behavior with pause module * Improve option logic Allow all options to be used in varying combinations, rather than being mutually exclusive. Always capture output and return it, even when a time limit is set. * Add version_added to docs * Improve behavior of echo output Set a few more flags to allow interactive deletion and hide control characters. Do not capture or echo input when a time is set. Tried to get this working nicely, but ran into too many issues/oddities to keep it. Maybe in the future if there is demand for capturing/echoing input when a time is set I'll take another pass at it. |
||
---|---|---|
.. | ||
__init__.py | ||
_include.py | ||
assert.py | ||
async_status.py | ||
async_wrapper.py | ||
debug.py | ||
fail.py | ||
import_playbook.py | ||
import_role.py | ||
import_tasks.py | ||
include_role.py | ||
include_tasks.py | ||
include_vars.py | ||
pause.py | ||
set_fact.py | ||
set_stats.py | ||
wait_for.py | ||
wait_for_connection.py |