From fedd3869987d9b3aa123622355ae9160a5594198 Mon Sep 17 00:00:00 2001 From: Desmond Obisi <51109125+DesmondSanctity@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:10:24 +0100 Subject: [PATCH] Add note about package managers (#78260) --- docs/docsite/rst/user_guide/intro_adhoc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/intro_adhoc.rst b/docs/docsite/rst/user_guide/intro_adhoc.rst index a0de3fa8e8d..865ffa42543 100644 --- a/docs/docsite/rst/user_guide/intro_adhoc.rst +++ b/docs/docsite/rst/user_guide/intro_adhoc.rst @@ -112,7 +112,9 @@ As well as delete directories (recursively) and delete files: Managing packages ----------------- -You might also use an ad hoc task to install, update, or remove packages on managed nodes using a package management module like yum. To ensure a package is installed without updating it: +You might also use an ad hoc task to install, update, or remove packages on managed nodes using a package management module such as ``yum``. Package management modules support common functions to install, remove, and generally manage packages. Some specific functions for a package manager might not be present in the Ansible module since they are not part of general package management. + +To ensure a package is installed without updating it: .. code-block:: bash