Skip to content

Commit

Permalink
Update Docker GPG key retrieval in playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1B0B0 committed Feb 9, 2024
1 parent f646e45 commit 76794c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- lsb-release

- name: Add Docker's official GPG key
shell: yes | curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
shell: sudo rm -f /usr/share/keyrings/docker-archive-keyring.gpg && curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

- name: Set up the Docker stable repository
apt_repository:
Expand Down

0 comments on commit 76794c3

Please sign in to comment.