mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Update argcomplete install via apt command (#76139)
To install `argcomplete` on Ubuntu 21.10 we need to update the install line to use Python3
This commit is contained in:
@@ -612,7 +612,7 @@ Installing ``argcomplete`` with ``apt``
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo apt install python-argcomplete
|
||||
$ sudo apt install python3-argcomplete
|
||||
|
||||
|
||||
Installing ``argcomplete`` with ``pip``
|
||||
|
||||
Reference in New Issue
Block a user