mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Changed 'Control Machine' to 'Control Node' (#51696)
* Changed 'Control Machine' to 'Control Node' in the documentation. Changing the term 'Control Machine' to 'Control Node', to be in line with the basic concepts here: https://docs.ansible.com/ansible/latest/network/getting_started/basic_concepts.html Also for both entities; Control/Managed using the same common denominator 'Node' brings consistency. * Updated reference links to new term.
This commit is contained in:
committed by
Alicia Cozine
parent
eb54dab362
commit
ad549e375a
@@ -20,7 +20,7 @@ Once you've reviewed these general guidelines, you can skip to the particular ty
|
||||
Writing plugins in Python
|
||||
=========================
|
||||
|
||||
You must write your plugin in Python so it can be loaded by the ``PluginLoader`` and returned as a Python object that any module can use. Since your plugin will execute on the controller, you must write it in a :ref:`compatible version of Python <control_machine_requirements>`.
|
||||
You must write your plugin in Python so it can be loaded by the ``PluginLoader`` and returned as a Python object that any module can use. Since your plugin will execute on the controller, you must write it in a :ref:`compatible version of Python <control_node_requirements>`.
|
||||
|
||||
Raising errors
|
||||
==============
|
||||
|
||||
Reference in New Issue
Block a user