1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update intro_installation.rst (#20854)

Added command to install the repository key to prevent errors
This commit is contained in:
Sebastian 2017-01-31 20:58:23 +01:00 committed by scottb
parent 0cd6ea1bd8
commit a8c038383e

View file

@ -178,6 +178,7 @@ Then run these commands:
.. code-block:: bash .. code-block:: bash
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install ansible $ sudo apt-get install ansible