Compare commits
No commits in common. "565c92f38fdd57041fe16beb2f38272cab6919e1" and "64fa63824409721862f5e664024283f4fe7e6164" have entirely different histories.
565c92f38f
...
64fa638244
2 changed files with 2 additions and 6 deletions
|
|
@ -1,13 +1,11 @@
|
|||
- name: Ensure packages are installed
|
||||
become: true
|
||||
check_mode: no
|
||||
apt:
|
||||
name:
|
||||
- python3-pip
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- curl
|
||||
- gnupg
|
||||
- gnupg-agent
|
||||
- software-properties-common
|
||||
state: present
|
||||
|
|
@ -36,7 +34,6 @@
|
|||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-compose
|
||||
- docker-compose-plugin
|
||||
update_cache: true
|
||||
state: present
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
{
|
||||
"data-root": "{{ docker_root | default('/var/lib/docker') }}",
|
||||
"experimental": {{ docker_experimental | default (false) }}
|
||||
"data-root": "{{ docker_root | default('/var/lib/docker') }}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue