community.general/lib/ansible/modules/utilities/logic
Sam Doran e65045f51f Add echo option to pause module (#32205)
* 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.
2017-11-03 13:32:36 -04:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
_include.py corrected import_play into to import_playbook (#30853) 2017-09-26 17:27:21 -04:00
assert.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
async_status.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
async_wrapper.py utilities modules: PEP8 compliancy (#27741) 2017-08-10 09:36:28 +01:00
debug.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
fail.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
import_playbook.py corrected import_play into to import_playbook (#30853) 2017-09-26 17:27:21 -04:00
import_role.py clarify documentation of import_role 2017-09-18 16:17:58 -04:00
import_tasks.py Remove stray " and replace include: with import_tasks: 2017-09-27 10:02:43 -04:00
include_role.py deprecated include 2017-09-15 13:20:32 -07:00
include_tasks.py deprecated include 2017-09-15 13:20:32 -07:00
include_vars.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
pause.py Add echo option to pause module (#32205) 2017-11-03 13:32:36 -04:00
set_fact.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
set_stats.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
wait_for.py wait_for: treat broken connections as "unready" (#28839) 2017-10-12 11:37:20 -04:00
wait_for_connection.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00