docs: tidy up big list of bullets.

pull/193/head
David Wilson 7 years ago
parent 20de3489de
commit e9f94e1bbb

@ -207,40 +207,36 @@ for each invocation. Unmodified modules are uploaded once on first use and
cached in RAM for the remainder of the run. cached in RAM for the remainder of the run.
**Binary** **Binary**
* Native executables detected using a complex heuristic. Native executables detected using a complex heuristic. Arguments are
* Arguments are supplied as a JSON file whose path is the sole script supplied as a JSON file whose path is the sole script parameter.
parameter.
**Module Replacer** **Module Replacer**
* Python scripts detected by the presence of Python scripts detected by the presence of
``#<<INCLUDE_ANSIBLE_MODULE_COMMON>>`` appearing in their source. ``#<<INCLUDE_ANSIBLE_MODULE_COMMON>>`` appearing in their source. This type
* Not yet supported. is not yet supported.
**New-Style** **New-Style**
* Python scripts detected by the presence of ``from ansible.module_utils.`` Python scripts detected by the presence of ``from ansible.module_utils.``
appearing in their source. appearing in their source. Arguments are supplied as JSON written to
* Arguments are supplied as JSON written to ``sys.stdin`` of the target ``sys.stdin`` of the target interpreter.
interpreter.
**JSON_ARGS** **JSON_ARGS**
* Detected by the presence of ``INCLUDE_ANSIBLE_MODULE_JSON_ARGS`` Detected by the presence of ``INCLUDE_ANSIBLE_MODULE_JSON_ARGS`` appearing
appearing in the script source. in the script source. The interpreter directive (``#!interpreter``) is
* The interpreter directive (``#!interpreter``) is adjusted to match the adjusted to match the corresponding value of ``{{ansible_*_interpreter}}``
corresponding value of ``{{ansible_*_interpreter}}`` if one is set. if one is set. Arguments are supplied as JSON mixed into the script as a
* Arguments are supplied as JSON mixed into the script as a replacement for replacement for ``INCLUDE_ANSIBLE_MODULE_JSON_ARGS``.
``INCLUDE_ANSIBLE_MODULE_JSON_ARGS``.
**WANT_JSON** **WANT_JSON**
* Detected by the presence of ``WANT_JSON`` appearing in the script source. Detected by the presence of ``WANT_JSON`` appearing in the script source.
* The interpreter directive is adjusted as above. The interpreter directive is adjusted as above. Arguments are supplied as a
* Arguments are supplied as a JSON file whose path is the sole script JSON file whose path is the sole script parameter.
parameter.
**Old Style** **Old Style**
* Files not matching any of the above tests. Files not matching any of the above tests. The interpreter directive is
* The interpreter directive is adjusted as above. adjusted as above. Arguments are supplied as a file whose path is the sole
* Arguments are supplied as a file whose path is the sole script parameter. script parameter. The format of the file is ``"key=repr(value)[
The format of the file is ``"key=repr(value)[ key2=repr(value2)[ ..]] "``. key2=repr(value2)[ ..]] "``.
Sample Profiles Sample Profiles

Loading…
Cancel
Save