@@ -60,28 +60,28 @@ follows:
60
60
61
61
.. code-block ::
62
62
63
- $ sudo apt install pipx
64
- $ sudo apt install python3.8-venv
63
+ $ sudo apt install sshpass python3-venv pipx
65
64
$ pipx install --include-deps ansible
66
65
$ pipx ensurepath
67
- $ sudo apt-get install sshpass
68
66
69
67
Once installed, displaying the Ansible version number should result in
70
- output similar to the following:
68
+ output similar to the following on Ubuntu 20.04. (Ubuntu 22.04 will
69
+ show ``ansible [core 2.16.2] ``.)
71
70
72
71
.. code-block ::
73
72
74
73
$ ansible --version
75
- ansible [core 2.11.12 ]
74
+ ansible [core 2.13.13 ]
76
75
config file = None
77
- configured module search path = ['/home/foo /.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
78
- ansible python module location = /home/foo /.local/lib/python3.6 /site-packages/ansible
79
- ansible collection location = /home/foo /.ansible/collections:/usr/share/ansible/collections
80
- executable location = /home/foo /.local/bin/ansible
81
- python version = 3.6.9 (default, Mar 10 2023, 16:46:00 ) [GCC 8 .4.0]
82
- jinja version = 3.0 .3
76
+ configured module search path = ['/home/ubuntu /.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
77
+ ansible python module location = /home/ubuntu /.local/pipx/venvs/ansible/ lib/python3.8 /site-packages/ansible
78
+ ansible collection location = /home/ubuntu /.ansible/collections:/usr/share/ansible/collections
79
+ executable location = /home/ubuntu /.local/bin/ansible
80
+ python version = 3.8.10 (default, Nov 22 2023, 10:22:35 ) [GCC 9 .4.0]
81
+ jinja version = 3.1 .3
83
82
libyaml = True
84
83
84
+
85
85
Note that a fresh install of Ubuntu may be missing other packages that
86
86
you need (e.g., ``git ``, ``curl ``, ``make ``), but you will be prompted
87
87
to install them as you step through the Quick Start sequence.
0 commit comments