Skip to content

Commit fb6c928

Browse files
Update ansible.md
1 parent 67dc207 commit fb6c928

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/ansible.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ tags:
77
## :hammer_pick: [Installation][1]
88

99
```shell
10-
sudo apt install -y pipx && pipx install --include-deps ansible
10+
(
11+
UBUNTU_CODENAME=jammy
12+
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
13+
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
14+
sudo apt update && sudo apt install ansible
15+
)
1116
```
1217

1318
## :octicons-versions-24: [standard-version](https://github.com/conventional-changelog/standard-version)

0 commit comments

Comments
 (0)