Update installation_distros.rst (#3435) (#3437)

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:
patchback[bot]
2026-01-20 11:00:26 +00:00
committed by GitHub
parent f519bbbfae
commit ddc19d0b34

View File

@@ -144,7 +144,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