Compare commits

..

No commits in common. "565c92f38fdd57041fe16beb2f38272cab6919e1" and "64fa63824409721862f5e664024283f4fe7e6164" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -1,13 +1,11 @@
- name: Ensure packages are installed - name: Ensure packages are installed
become: true become: true
check_mode: no
apt: apt:
name: name:
- python3-pip - python3-pip
- apt-transport-https - apt-transport-https
- ca-certificates - ca-certificates
- curl - curl
- gnupg
- gnupg-agent - gnupg-agent
- software-properties-common - software-properties-common
state: present state: present
@ -36,7 +34,6 @@
- docker-ce-cli - docker-ce-cli
- containerd.io - containerd.io
- docker-compose - docker-compose
- docker-compose-plugin
update_cache: true update_cache: true
state: present state: present

View file

@ -1,4 +1,3 @@
{ {
"data-root": "{{ docker_root | default('/var/lib/docker') }}", "data-root": "{{ docker_root | default('/var/lib/docker') }}"
"experimental": {{ docker_experimental | default (false) }}
} }