From 757efa4a457a20731dcdaa38f86a02e14b446ede Mon Sep 17 00:00:00 2001 From: prasadpatil49 <51715670+prasadpatil49@users.noreply.github.com> Date: Tue, 25 Oct 2022 02:23:43 +0530 Subject: [PATCH] managed node requirement amend (#79189) --- docs/docsite/rst/installation_guide/intro_installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index cb1ffa29d53..d8627889f62 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -23,6 +23,7 @@ Managed node requirements ========================= The *managed* node (the machine that Ansible is managing) does not require Ansible to be installed, but requires Python 2.7, or Python 3.5 - 3.11 to run Ansible library code. +The managed node also needs a user account that can SSH to the node with an interactive POSIX shell. .. note::