good config!
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Add apt key
|
||||
ansible.builtin.apt_key:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
@@ -5,7 +6,7 @@
|
||||
|
||||
- name: Add docker-ce repository
|
||||
apt_repository:
|
||||
repo: deb [arch={{ arch | default('armhf') }}] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable
|
||||
repo: deb [arch={{ arch | default('armhf') }}] https://download.docker.com/linux/debian bookworm stable
|
||||
state: present
|
||||
filename: 'docker'
|
||||
|
||||
|
Reference in New Issue
Block a user