Better support for Debian
This commit is contained in:
parent
cfe9b7a764
commit
e28e544ea2
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
register: lsb_release
|
||||
|
||||
- name: Add docker gpg key (Ubuntu)
|
||||
shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg -y
|
||||
shell: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
||||
when: lsb-release.stdout == 'Ubuntu'
|
||||
|
||||
- name: Add docker gpg key (Debian)
|
||||
shell: curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg -y
|
||||
shell: curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
|
||||
when: lsb-release.stdout == 'Debian'
|
||||
|
||||
- name: Add deb repo for docker (Ubuntu)
|
||||
|
|
Loading…
Add table
Reference in a new issue