mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-25 07:21:43 -07:00
f
This commit is contained in:
parent
7fb0f75db6
commit
6d18999c6f
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ whether the interpreter in the shebang line has a specific path configured via
|
||||||
an ``ansible_$X_interpreter`` inventory variable. If it does, Ansible
|
an ``ansible_$X_interpreter`` inventory variable. If it does, Ansible
|
||||||
substitutes that path for the interpreter path given in the module. After
|
substitutes that path for the interpreter path given in the module. After
|
||||||
this, Ansible returns the complete module data and the module type to the
|
this, Ansible returns the complete module data and the module type to the
|
||||||
:ref:`Normal Action <_flow_normal_action_plugin>` which continues execution of
|
:ref:`Normal Action <flow_normal_action_plugin>` which continues execution of
|
||||||
the module.
|
the module.
|
||||||
|
|
||||||
Next we'll go into some details of the two assembler frameworks.
|
Next we'll go into some details of the two assembler frameworks.
|
||||||
|
@ -377,7 +377,7 @@ other code.
|
||||||
Internal arguments
|
Internal arguments
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Both :ref:`module replacer` and :ref:`Ansiballz` send additional arguments to
|
Both :ref:`module_replacer` and :ref:`Ansiballz` send additional arguments to
|
||||||
the module beyond those which the user specified in the playbook. These
|
the module beyond those which the user specified in the playbook. These
|
||||||
additional arguments are internal parameters that help implement global
|
additional arguments are internal parameters that help implement global
|
||||||
Ansible features. Modules often do not need to know about these explicitly as
|
Ansible features. Modules often do not need to know about these explicitly as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue