From fe449252d5a30fdf645a241df5a21873c8dd850e Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Wed, 10 Apr 2024 13:12:01 -0700 Subject: [PATCH] Some additional simplifications to the documentation --- onramp/start.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/onramp/start.rst b/onramp/start.rst index d2825a4..3f99e26 100644 --- a/onramp/start.rst +++ b/onramp/start.rst @@ -60,14 +60,14 @@ follows: .. code-block:: - $ sudo apt install sshpass python3-venv pipx make + $ sudo apt install sshpass python3-venv pipx make git $ pipx install --include-deps ansible $ pipx ensurepath $ source ~/.bashrc Once installed, displaying the Ansible version number should result in output similar to the following on Ubuntu 20.04. (Ubuntu 22.04 will -show ``ansible [core 2.16.2]``.) +show ``ansible [core 2.16.4]``.) .. code-block:: @@ -83,10 +83,6 @@ show ``ansible [core 2.16.2]``.) libyaml = True -Note that a fresh install of Ubuntu may be missing other packages that -you need (e.g., ``git``, ``curl``, ``make``), but you will be prompted -to install them as you step through the Quick Start sequence. - Download Aether OnRamp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~