From 128760cc4757a7e13a0bee510426371a1ad0a0ae Mon Sep 17 00:00:00 2001 From: Humberto Nanni <44509485+hnanni@users.noreply.github.com> Date: Wed, 12 Dec 2018 13:17:43 -0600 Subject: [PATCH] Update intro_installation.rst (#49756) directions to install ansible on CLR Linux --- .../rst/installation_guide/intro_installation.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 1968882a78..50693ffe78 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -275,6 +275,19 @@ Build and install packages from created queuefile (answer Q for question if sbop # sbopkg -k -i ansible +.. _from swupd: + +Latest Release via swupd (Clear Linux) ++++++++++++++++++++++++++++++++++++++++ + +Ansible and its dependencies are available as part of the sysadmin host management bundle:: + + $ sudo swupd bundle-add sysadmin-hostmgmt + +Update of the software will be managed by the swupd tool:: + + $ sudo swupd update + .. _from_pip: Latest Releases via Pip