Compare commits
2 commits
fa69073a9b
...
03a6c15cbd
| Author | SHA1 | Date | |
|---|---|---|---|
| 03a6c15cbd | |||
| a4896cac33 |
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- name: Ensure docker repository is available
|
||||
apt_repository:
|
||||
repo: deb https://download.docker.com/linux/debian buster stable
|
||||
repo: deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable
|
||||
state: present
|
||||
notify: Update apt cache
|
||||
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-compose-plugin
|
||||
state: present
|
||||
|
||||
- name: Configure docker daemon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue