Change docker apt repository from ubuntu jammy to debian bookworm
This commit is contained in:
parent
bcc22d2d4b
commit
e4b0ed2fc2
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
- name: Add Docker GPG apt Key
|
- name: Add Docker GPG apt Key
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://download.docker.com/linux/ubuntu/gpg
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add Docker Repository
|
- name: Add Docker Repository
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb https://download.docker.com/linux/ubuntu jammy stable
|
repo: deb https://download.docker.com/linux/debian bookworm stable
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Update apt and install docker-ce
|
- name: Update apt and install docker-ce
|
||||||
|
Loading…
x
Reference in New Issue
Block a user