mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Fixed misspelling on "dearmor" flag
(cherry picked from commit 6476659151)
Co-authored-by: Gary Johnson <1448547+johnsoga@users.noreply.github.com>
This commit is contained in:
@@ -140,7 +140,7 @@ Set ``UBUNTU_CODENAME=...`` based on the table above (we use ``jammy`` in this e
|
||||
.. code-block:: bash
|
||||
|
||||
$ UBUNTU_CODENAME=jammy
|
||||
$ wget -O- "https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=get&search=0x6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367" | sudo gpg --dearmour -o /usr/share/keyrings/ansible-archive-keyring.gpg
|
||||
$ wget -O- "https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=get&search=0x6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367" | sudo gpg --dearmor -o /usr/share/keyrings/ansible-archive-keyring.gpg
|
||||
$ echo "deb [signed-by=/usr/share/keyrings/ansible-archive-keyring.gpg] http://ppa.launchpad.net/ansible/ansible/ubuntu $UBUNTU_CODENAME main" | sudo tee /etc/apt/sources.list.d/ansible.list
|
||||
$ sudo apt update && sudo apt install ansible
|
||||
|
||||
|
||||
Reference in New Issue
Block a user